#CECF08

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

Shades of Bird Flower #CECF08

Tints of Bird Flower #CECF08

Color information

#CECF08 (or 0xCECF08) is unknown color: approx Bird Flower. HEX triplet: CE, CF and 08. RGB value is (206,207,8). Sum of RGB (Red+Green+Blue) = 206+207+8=421 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.93% from 421); Green value is 207 (81.25% from 255 or 49.17% from 421); Blue value is 8 (3.52% from 255 or 1.90% from 421); Max value from RGB is 207 - color contains mainly: green. Hex color #CECF08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CECF08 is #3130F7. Grayscale: #B8B8B8. Windows color (decimal): -3223800 or 577486. OLE color: 577486.

HSL color Cylindrical-coordinate representation of color #CECF08: hue angle of 60.3º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CECF08 is Cyan = 0.00, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.19.

Color convert

RGB2062078-
CMYK0.0000.960.19
HSL60.3º92.56%42.16%-
HSV(B)60.3º96.14%81.18%-
XYZ47.8157.768.86-
YUV184.0228.67143.68-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 48.93%
GREEN value IS 207 (81.25% from 255) = 49.17%
BLUE value IS 8 (3.52% from 255) = 1.90%
R=48.93%
G=49.17%
B=1.90%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20620780.0000.960.1960.392.5642.16
HexCECF80060133c5d2a
Octal3163171000140237413552
Binary11001110110011111000001100000100111111001011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECF08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECF08; }

 p { color: rgb(206,207,8); }

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

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

 a { background-color: rgb(206,207,8); }

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

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

 span { border-color: rgb(206,207,8); }

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