Html Css Color HEX #CEDB08 Bird Flower

📋 copy color: '#CEDB08'

red 206 ◦ green 219 ◦ blue 8

#CEDB08
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bird Flower #CEDB08

Tints of Bird Flower #CEDB08

RGB

 RED value IS 206 (80.86% from 255) = 47.58%

 GREEN value IS 219 (85.94% from 255) = 50.58%

 BLUE value IS 8 (3.52% from 255) = 1.85%

R = 47.58%
G = 50.58%
B = 1.85%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#CEDB08 (or 0xCEDB08) is known color: Bird Flower. HEX triplet: CE, DB and 08. RGB value is (206,219,8). Sum of RGB (Red+Green+Blue) = 206+219+8=433 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.58% from 433); Green value is 219 (85.94% from 255 or 50.58% from 433); Blue value is 8 (3.52% from 255 or 1.85% from 433); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDB08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEDB08 is #3124F7. Grayscale: #BFBFBF. Windows color (decimal): -3220728 or 580558. OLE color: 580558.

HSL color Cylindrical-coordinate representation of color #CEDB08: hue angle of 63.7º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CEDB08 is Cyan = 0.06, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 219 8 -
CMYK 0.06 0 0.96 0.14
HSL 63.7º 0.93% 0.45% -
HSV(B) 63.7º 0.96% 0.86% -
XYZ 50.83 63.8 9.87 -
YUV 191.06 24.69 138.66 -
System Red Green Blue C M Y K H S L
Decimal 206 219 8 0.06 0 0.96 0.14 63.7 0.93 0.45
Hex CE DB 8 6 0 60 E 40 5D 2D
Octal 316 333 10 6 0 140 16 100 135 55
Binary 11001110 11011011 1000 110 0 1100000 1110 1000000 1011101 101101

Color Harmonies of #CEDB08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDB08

Black with #CEDB08

Text Example


Text Example

White with #CEDB08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDB08; }

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

 H1.HeaderClassName
 {
   color: #CEDB08;
 }
 .AnyTagClassName
 {
   color: #CEDB08;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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