Html Css Color HEX #CEDB0A Bird Flower

📋 copy color: '#CEDB0A'

red 206 ◦ green 219 ◦ blue 10

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

Shades of Bird Flower #CEDB0A

Tints of Bird Flower #CEDB0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.3%

R = 47.36%
G = 50.34%
B = 2.3%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#CEDB0A (or 0xCEDB0A) is known color: Bird Flower. HEX triplet: CE, DB and 0A. RGB value is (206,219,10). Sum of RGB (Red+Green+Blue) = 206+219+10=435 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.36% from 435); Green value is 219 (85.94% from 255 or 50.34% from 435); Blue value is 10 (4.30% from 255 or 2.30% from 435); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDB0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEDB0A is #3124F5. Grayscale: #C0C0C0. Windows color (decimal): -3220726 or 711630. OLE color: 711630.

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

Color convert

RGB 206 219 10 -
CMYK 0.06 0 0.95 0.14
HSL 63.73º 0.91% 0.45% -
HSV(B) 63.73º 0.95% 0.86% -
XYZ 50.84 63.81 9.92 -
YUV 191.29 25.69 138.49 -
System Red Green Blue C M Y K H S L
Decimal 206 219 10 0.06 0 0.95 0.14 63.73 0.91 0.45
Hex CE DB A 6 0 5F E 40 5B 2D
Octal 316 333 12 6 0 137 16 100 133 55
Binary 11001110 11011011 1010 110 0 1011111 1110 1000000 1011011 101101

Color Harmonies of #CEDB0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDB0A

Black with #CEDB0A

Text Example


Text Example

White with #CEDB0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDB0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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