Html Css Color HEX #CED507 Bird Flower

📋 copy color: '#CED507'

red 206 ◦ green 213 ◦ blue 7

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

Shades of Bird Flower #CED507

Tints of Bird Flower #CED507

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.64%

R = 48.36%
G = 50%
B = 1.64%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#CED507 (or 0xCED507) is known color: Bird Flower. HEX triplet: CE, D5 and 07. RGB value is (206,213,7). Sum of RGB (Red+Green+Blue) = 206+213+7=426 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.36% from 426); Green value is 213 (83.59% from 255 or 50% from 426); Blue value is 7 (3.12% from 255 or 1.64% from 426); Max value from RGB is 213 - color contains mainly: green. Hex color #CED507 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED507 is #312AF8. Grayscale: #BCBCBC. Windows color (decimal): -3222265 or 513486. OLE color: 513486.

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

Color convert

RGB 206 213 7 -
CMYK 0.03 0 0.97 0.16
HSL 62.04º 0.94% 0.43% -
HSV(B) 62.04º 0.97% 0.84% -
XYZ 49.29 60.73 9.32 -
YUV 187.42 26.18 141.25 -
System Red Green Blue C M Y K H S L
Decimal 206 213 7 0.03 0 0.97 0.16 62.04 0.94 0.43
Hex CE D5 7 3 0 61 10 3E 5E 2B
Octal 316 325 7 3 0 141 20 76 136 53
Binary 11001110 11010101 111 11 0 1100001 10000 111110 1011110 101011

Color Harmonies of #CED507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED507

Black with #CED507

Text Example


Text Example

White with #CED507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED507; }

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

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

background-color css

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

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

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

border-color css

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

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

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