Html Css Color HEX #CED504 Bird Flower

📋 copy color: '#CED504'

red 206 ◦ green 213 ◦ blue 4

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

Shades of Bird Flower #CED504

Tints of Bird Flower #CED504

RGB

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

 GREEN value IS 213 (83.59% from 255) = 50.35%

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

R = 48.7%
G = 50.35%
B = 0.95%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#CED504 (or 0xCED504) is known color: Bird Flower. HEX triplet: CE, D5 and 04. RGB value is (206,213,4). Sum of RGB (Red+Green+Blue) = 206+213+4=423 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.70% from 423); Green value is 213 (83.59% from 255 or 50.35% from 423); Blue value is 4 (1.95% from 255 or 0.95% from 423); Max value from RGB is 213 - color contains mainly: green. Hex color #CED504 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED504 is #312AFB. Grayscale: #BBBBBB. Windows color (decimal): -3222268 or 316878. OLE color: 316878.

HSL color Cylindrical-coordinate representation of color #CED504: hue angle of 62.01º 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 #CED504 is Cyan = 0.03, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 213 4 -
CMYK 0.03 0 0.98 0.16
HSL 62.01º 0.96% 0.43% -
HSV(B) 62.01º 0.98% 0.84% -
XYZ 49.27 60.72 9.24 -
YUV 187.08 24.68 141.49 -
System Red Green Blue C M Y K H S L
Decimal 206 213 4 0.03 0 0.98 0.16 62.01 0.96 0.43
Hex CE D5 4 3 0 62 10 3E 60 2B
Octal 316 325 4 3 0 142 20 76 140 53
Binary 11001110 11010101 100 11 0 1100010 10000 111110 1100000 101011

Color Harmonies of #CED504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED504

Black with #CED504

Text Example


Text Example

White with #CED504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED504; }

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

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

background-color css

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

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

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

border-color css

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

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

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