Html Css Color HEX #CED505 Bird Flower

📋 copy color: '#CED505'

red 206 ◦ green 213 ◦ blue 5

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

Shades of Bird Flower #CED505

Tints of Bird Flower #CED505

RGB

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

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

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

R = 48.58%
G = 50.24%
B = 1.18%

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

#CED505 (or 0xCED505) is known color: Bird Flower. HEX triplet: CE, D5 and 05. RGB value is (206,213,5). Sum of RGB (Red+Green+Blue) = 206+213+5=424 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.58% from 424); Green value is 213 (83.59% from 255 or 50.24% from 424); Blue value is 5 (2.34% from 255 or 1.18% from 424); Max value from RGB is 213 - color contains mainly: green. Hex color #CED505 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED505 is #312AFA. Grayscale: #BCBCBC. Windows color (decimal): -3222267 or 382414. OLE color: 382414.

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

Color convert

RGB 206 213 5 -
CMYK 0.03 0 0.98 0.16
HSL 62.02º 0.95% 0.43% -
HSV(B) 62.02º 0.98% 0.84% -
XYZ 49.28 60.72 9.27 -
YUV 187.2 25.18 141.41 -
System Red Green Blue C M Y K H S L
Decimal 206 213 5 0.03 0 0.98 0.16 62.02 0.95 0.43
Hex CE D5 5 3 0 62 10 3E 5F 2B
Octal 316 325 5 3 0 142 20 76 137 53
Binary 11001110 11010101 101 11 0 1100010 10000 111110 1011111 101011

Color Harmonies of #CED505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED505

Black with #CED505

Text Example


Text Example

White with #CED505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED505; }

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

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

background-color css

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

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

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

border-color css

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

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

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