Html Css Color HEX #CEDC0A Bird Flower

📋 copy color: '#CEDC0A'

red 206 ◦ green 220 ◦ blue 10

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

Shades of Bird Flower #CEDC0A

Tints of Bird Flower #CEDC0A

RGB

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

 GREEN value IS 220 (86.33% from 255) = 50.46%

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

R = 47.25%
G = 50.46%
B = 2.29%

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

#CEDC0A (or 0xCEDC0A) is known color: Bird Flower. HEX triplet: CE, DC and 0A. RGB value is (206,220,10). Sum of RGB (Red+Green+Blue) = 206+220+10=436 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.25% from 436); Green value is 220 (86.33% from 255 or 50.46% from 436); Blue value is 10 (4.30% from 255 or 2.29% from 436); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDC0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEDC0A is #3123F5. Grayscale: #C0C0C0. Windows color (decimal): -3220470 or 711886. OLE color: 711886.

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

Color convert

RGB 206 220 10 -
CMYK 0.06 0 0.95 0.14
HSL 64º 0.91% 0.45% -
HSV(B) 64º 0.95% 0.86% -
XYZ 51.1 64.33 10.01 -
YUV 191.87 25.36 138.08 -
System Red Green Blue C M Y K H S L
Decimal 206 220 10 0.06 0 0.95 0.14 64 0.91 0.45
Hex CE DC A 6 0 5F E 40 5B 2D
Octal 316 334 12 6 0 137 16 100 133 55
Binary 11001110 11011100 1010 110 0 1011111 1110 1000000 1011011 101101

Color Harmonies of #CEDC0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDC0A

Black with #CEDC0A

Text Example


Text Example

White with #CEDC0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDC0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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