Html Css Color HEX #CEDB09 Bird Flower

📋 copy color: '#CEDB09'

red 206 ◦ green 219 ◦ blue 9

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

Shades of Bird Flower #CEDB09

Tints of Bird Flower #CEDB09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.07%

R = 47.47%
G = 50.46%
B = 2.07%

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

#CEDB09 (or 0xCEDB09) is known color: Bird Flower. HEX triplet: CE, DB and 09. RGB value is (206,219,9). Sum of RGB (Red+Green+Blue) = 206+219+9=434 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.47% from 434); Green value is 219 (85.94% from 255 or 50.46% from 434); Blue value is 9 (3.91% from 255 or 2.07% from 434); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDB09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEDB09 is #3124F6. Grayscale: #C0C0C0. Windows color (decimal): -3220727 or 646094. OLE color: 646094.

HSL color Cylindrical-coordinate representation of color #CEDB09: hue angle of 63.71º degrees, saturation: 0.92, 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 #CEDB09 is Cyan = 0.06, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 219 9 -
CMYK 0.06 0 0.96 0.14
HSL 63.71º 0.92% 0.45% -
HSV(B) 63.71º 0.96% 0.86% -
XYZ 50.83 63.8 9.89 -
YUV 191.17 25.19 138.58 -
System Red Green Blue C M Y K H S L
Decimal 206 219 9 0.06 0 0.96 0.14 63.71 0.92 0.45
Hex CE DB 9 6 0 60 E 40 5C 2D
Octal 316 333 11 6 0 140 16 100 134 55
Binary 11001110 11011011 1001 110 0 1100000 1110 1000000 1011100 101101

Color Harmonies of #CEDB09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDB09

Black with #CEDB09

Text Example


Text Example

White with #CEDB09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDB09; }

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

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

background-color css

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

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

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

border-color css

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

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

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