Html Css Color HEX #CED604 Bird Flower

📋 copy color: '#CED604'

red 206 ◦ green 214 ◦ blue 4

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

Shades of Bird Flower #CED604

Tints of Bird Flower #CED604

RGB

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

 GREEN value IS 214 (83.98% from 255) = 50.47%

 BLUE value IS 4 (1.95% from 255) = 0.94%

R = 48.58%
G = 50.47%
B = 0.94%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#CED604 (or 0xCED604) is known color: Bird Flower. HEX triplet: CE, D6 and 04. RGB value is (206,214,4). Sum of RGB (Red+Green+Blue) = 206+214+4=424 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.58% from 424); Green value is 214 (83.98% from 255 or 50.47% from 424); Blue value is 4 (1.95% from 255 or 0.94% from 424); Max value from RGB is 214 - color contains mainly: green. Hex color #CED604 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED604 is #3129FB. Grayscale: #BCBCBC. Windows color (decimal): -3222012 or 317134. OLE color: 317134.

HSL color Cylindrical-coordinate representation of color #CED604: hue angle of 62.29º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CED604 is Cyan = 0.04, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 214 4 -
CMYK 0.04 0 0.98 0.16
HSL 62.29º 0.96% 0.43% -
HSV(B) 62.29º 0.98% 0.84% -
XYZ 49.52 61.22 9.32 -
YUV 187.67 24.35 141.08 -
System Red Green Blue C M Y K H S L
Decimal 206 214 4 0.04 0 0.98 0.16 62.29 0.96 0.43
Hex CE D6 4 4 0 62 10 3E 60 2B
Octal 316 326 4 4 0 142 20 76 140 53
Binary 11001110 11010110 100 100 0 1100010 10000 111110 1100000 101011

Color Harmonies of #CED604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED604

Black with #CED604

Text Example


Text Example

White with #CED604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED604; }

 p { color: rgb(206,214,4); }

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

background-color css

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

 a { background-color: rgb(206,214,4); }

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

border-color css

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

 span { border-color: rgb(206,214,4); }

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