Html Css Color HEX #EDC907 Golden Poppy

📋 copy color: '#EDC907'

red 237 ◦ green 201 ◦ blue 7

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

Shades of Golden Poppy #EDC907

Tints of Golden Poppy #EDC907

RGB

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

 GREEN value IS 201 (78.91% from 255) = 45.17%

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

R = 53.26%
G = 45.17%
B = 1.57%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EDC907 (or 0xEDC907) is known color: Golden Poppy. HEX triplet: ED, C9 and 07. RGB value is (237,201,7). Sum of RGB (Red+Green+Blue) = 237+201+7=445 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.26% from 445); Green value is 201 (78.91% from 255 or 45.17% from 445); Blue value is 7 (3.12% from 255 or 1.57% from 445); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC907 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC907 is #1236F8. Grayscale: #BEBEBE. Windows color (decimal): -1193721 or 510445. OLE color: 510445.

HSL color Cylindrical-coordinate representation of color #EDC907: hue angle of 50.61º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EDC907 is Cyan = 0, Magento = 0.15, Yellow = 0.97 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 201 7 -
CMYK 0 0.15 0.97 0.07
HSL 50.61º 0.94% 0.48% -
HSV(B) 50.61º 0.97% 0.93% -
XYZ 55.85 59.79 8.8 -
YUV 189.65 24.93 161.77 -
System Red Green Blue C M Y K H S L
Decimal 237 201 7 0 0.15 0.97 0.07 50.61 0.94 0.48
Hex ED C9 7 0 F 61 7 33 5E 30
Octal 355 311 7 0 17 141 7 63 136 60
Binary 11101101 11001001 111 0 1111 1100001 111 110011 1011110 110000

Color Harmonies of #EDC907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC907

Black with #EDC907

Text Example


Text Example

White with #EDC907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC907; }

 p { color: rgb(237,201,7); }

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

background-color css

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

 a { background-color: rgb(237,201,7); }

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

border-color css

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

 span { border-color: rgb(237,201,7); }

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