Html Css Color HEX #EDC309 Golden Poppy

📋 copy color: '#EDC309'

red 237 ◦ green 195 ◦ blue 9

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

Shades of Golden Poppy #EDC309

Tints of Golden Poppy #EDC309

RGB

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

 GREEN value IS 195 (76.56% from 255) = 44.22%

 BLUE value IS 9 (3.91% from 255) = 2.04%

R = 53.74%
G = 44.22%
B = 2.04%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EDC309 (or 0xEDC309) is known color: Golden Poppy. HEX triplet: ED, C3 and 09. RGB value is (237,195,9). Sum of RGB (Red+Green+Blue) = 237+195+9=441 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.74% from 441); Green value is 195 (76.56% from 255 or 44.22% from 441); Blue value is 9 (3.91% from 255 or 2.04% from 441); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC309 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC309 is #123CF6. Grayscale: #BBBBBB. Windows color (decimal): -1195255 or 639981. OLE color: 639981.

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

Color convert

RGB 237 195 9 -
CMYK 0 0.18 0.96 0.07
HSL 48.95º 0.93% 0.48% -
HSV(B) 48.95º 0.96% 0.93% -
XYZ 54.49 57.05 8.4 -
YUV 186.35 27.91 164.12 -
System Red Green Blue C M Y K H S L
Decimal 237 195 9 0 0.18 0.96 0.07 48.95 0.93 0.48
Hex ED C3 9 0 12 60 7 31 5D 30
Octal 355 303 11 0 22 140 7 61 135 60
Binary 11101101 11000011 1001 0 10010 1100000 111 110001 1011101 110000

Color Harmonies of #EDC309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC309

Black with #EDC309

Text Example


Text Example

White with #EDC309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC309; }

 p { color: rgb(237,195,9); }

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

background-color css

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

 a { background-color: rgb(237,195,9); }

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

border-color css

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

 span { border-color: rgb(237,195,9); }

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