Html Css Color HEX #EDC605 Golden Poppy

📋 copy color: '#EDC605'

red 237 ◦ green 198 ◦ blue 5

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

Shades of Golden Poppy #EDC605

Tints of Golden Poppy #EDC605

RGB

 RED value IS 237 (92.97% from 255) = 53.86%

 GREEN value IS 198 (77.73% from 255) = 45%

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

R = 53.86%
G = 45%
B = 1.14%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EDC605 (or 0xEDC605) is known color: Golden Poppy. HEX triplet: ED, C6 and 05. RGB value is (237,198,5). Sum of RGB (Red+Green+Blue) = 237+198+5=440 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.86% from 440); Green value is 198 (77.73% from 255 or 45% from 440); Blue value is 5 (2.34% from 255 or 1.14% from 440); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC605 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC605 is #1239FA. Grayscale: #BCBCBC. Windows color (decimal): -1194491 or 378605. OLE color: 378605.

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

Color convert

RGB 237 198 5 -
CMYK 0 0.16 0.98 0.07
HSL 49.91º 0.96% 0.47% -
HSV(B) 49.91º 0.98% 0.93% -
XYZ 55.15 58.4 8.51 -
YUV 187.66 24.92 163.19 -
System Red Green Blue C M Y K H S L
Decimal 237 198 5 0 0.16 0.98 0.07 49.91 0.96 0.47
Hex ED C6 5 0 10 62 7 32 60 2F
Octal 355 306 5 0 20 142 7 62 140 57
Binary 11101101 11000110 101 0 10000 1100010 111 110010 1100000 101111

Color Harmonies of #EDC605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC605

Black with #EDC605

Text Example


Text Example

White with #EDC605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC605; }

 p { color: rgb(237,198,5); }

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

background-color css

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

 a { background-color: rgb(237,198,5); }

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

border-color css

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

 span { border-color: rgb(237,198,5); }

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