Html Css Color HEX #CED304 Bird Flower

📋 copy color: '#CED304'

red 206 ◦ green 211 ◦ blue 4

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

Shades of Bird Flower #CED304

Tints of Bird Flower #CED304

RGB

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

 GREEN value IS 211 (82.81% from 255) = 50.12%

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

R = 48.93%
G = 50.12%
B = 0.95%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.98

 K value IS 0.17

RGB Variations

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

Color information

#CED304 (or 0xCED304) is known color: Bird Flower. HEX triplet: CE, D3 and 04. RGB value is (206,211,4). Sum of RGB (Red+Green+Blue) = 206+211+4=421 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.93% from 421); Green value is 211 (82.81% from 255 or 50.12% from 421); Blue value is 4 (1.95% from 255 or 0.95% from 421); Max value from RGB is 211 - color contains mainly: green. Hex color #CED304 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED304 is #312CFB. Grayscale: #BABABA. Windows color (decimal): -3222780 or 316366. OLE color: 316366.

HSL color Cylindrical-coordinate representation of color #CED304: hue angle of 61.45º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CED304 is Cyan = 0.02, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.17.

Color convert

RGB 206 211 4 -
CMYK 0.02 0 0.98 0.17
HSL 61.45º 0.96% 0.42% -
HSV(B) 61.45º 0.98% 0.83% -
XYZ 48.77 59.72 9.07 -
YUV 185.91 25.34 142.33 -
System Red Green Blue C M Y K H S L
Decimal 206 211 4 0.02 0 0.98 0.17 61.45 0.96 0.42
Hex CE D3 4 2 0 62 11 3D 60 2A
Octal 316 323 4 2 0 142 21 75 140 52
Binary 11001110 11010011 100 10 0 1100010 10001 111101 1100000 101010

Color Harmonies of #CED304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED304

Black with #CED304

Text Example


Text Example

White with #CED304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED304; }

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

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

background-color css

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

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

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

border-color css

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

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

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