#CED018

Color #CED018 Barberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barberry #CED018

Tints of Barberry #CED018

Color information

#CED018 (or 0xCED018) is unknown color: approx Barberry. HEX triplet: CE, D0 and 18. RGB value is (206,208,24). Sum of RGB (Red+Green+Blue) = 206+208+24=438 (58% of max value = 765). Red value is 206 (80.86% from 255 or 47.03% from 438); Green value is 208 (81.64% from 255 or 47.49% from 438); Blue value is 24 (9.77% from 255 or 5.48% from 438); Max value from RGB is 208 - color contains mainly: green. Hex color #CED018 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED018 is #312FE7. Grayscale: #BBBBBB. Windows color (decimal): -3223528 or 1626318. OLE color: 1626318.

HSL color Cylindrical-coordinate representation of color #CED018: hue angle of 60.65º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CED018 is Cyan = 0.01, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB20620824-
CMYK0.0100.880.18
HSL60.65º79.31%45.49%-
HSV(B)60.65º88.46%81.57%-
XYZ48.1758.39.58-
YUV186.4336.34141.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 206 (80.86% from 255) = 47.03%
GREEN value IS 208 (81.64% from 255) = 47.49%
BLUE value IS 24 (9.77% from 255) = 5.48%
R=47.03%
G=47.49%
B=5.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal206208240.0100.880.1860.6579.3145.49
HexCED0181058123d4f2d
Octal3163203010130227511755
Binary110011101101000011000101011000100101111011001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED018; }

 p { color: rgb(206,208,24); }

 H1.HeaderClassName
 {
   color: #CED018;
 }
 .AnyTagClassName
 {
   color: #CED018;
 }
</style>
background-color css

<style>
 a { background-color: #CED018; }

 a { background-color: rgb(206,208,24); }

 div.DivClassName
 {
   background-color: #CED018;
 }
 .BgClassName
 {
   background-color: #CED018;
 }
</style>
border-color css

<style>
 span { border-color: #CED018; }

 span { border-color: rgb(206,208,24); }

 td.TdClassName
 {
   border-color: #CED018;
 }
 .TagClassName
 {
   border-color: #CED018;
 }
</style>