Html Css Color HEX #CEDC05 Bird Flower

📋 copy color: '#CEDC05'

red 206 ◦ green 220 ◦ blue 5

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

Shades of Bird Flower #CEDC05

Tints of Bird Flower #CEDC05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.16%

R = 47.8%
G = 51.04%
B = 1.16%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#CEDC05 (or 0xCEDC05) is known color: Bird Flower. HEX triplet: CE, DC and 05. RGB value is (206,220,5). Sum of RGB (Red+Green+Blue) = 206+220+5=431 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.80% from 431); Green value is 220 (86.33% from 255 or 51.04% from 431); Blue value is 5 (2.34% from 255 or 1.16% from 431); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDC05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEDC05 is #3123FA. Grayscale: #C0C0C0. Windows color (decimal): -3220475 or 384206. OLE color: 384206.

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

Color convert

RGB 206 220 5 -
CMYK 0.06 0 0.98 0.14
HSL 63.91º 0.96% 0.44% -
HSV(B) 63.91º 0.98% 0.86% -
XYZ 51.07 64.32 9.87 -
YUV 191.3 22.86 138.48 -
System Red Green Blue C M Y K H S L
Decimal 206 220 5 0.06 0 0.98 0.14 63.91 0.96 0.44
Hex CE DC 5 6 0 62 E 40 60 2C
Octal 316 334 5 6 0 142 16 100 140 54
Binary 11001110 11011100 101 110 0 1100010 1110 1000000 1100000 101100

Color Harmonies of #CEDC05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDC05

Black with #CEDC05

Text Example


Text Example

White with #CEDC05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDC05; }

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

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

background-color css

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

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

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

border-color css

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

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

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