Html Css Color HEX #EDC308 Golden Poppy

📋 copy color: '#EDC308'

red 237 ◦ green 195 ◦ blue 8

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

Shades of Golden Poppy #EDC308

Tints of Golden Poppy #EDC308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.82%

R = 53.86%
G = 44.32%
B = 1.82%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EDC308 (or 0xEDC308) is known color: Golden Poppy. HEX triplet: ED, C3 and 08. RGB value is (237,195,8). Sum of RGB (Red+Green+Blue) = 237+195+8=440 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.86% from 440); Green value is 195 (76.56% from 255 or 44.32% from 440); Blue value is 8 (3.52% from 255 or 1.82% from 440); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC308 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC308 is #123CF7. Grayscale: #BBBBBB. Windows color (decimal): -1195256 or 574445. OLE color: 574445.

HSL color Cylindrical-coordinate representation of color #EDC308: hue angle of 49º degrees, saturation: 0.93, 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 #EDC308 is Cyan = 0, Magento = 0.18, Yellow = 0.97 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 195 8 -
CMYK 0 0.18 0.97 0.07
HSL 49º 0.93% 0.48% -
HSV(B) 49º 0.97% 0.93% -
XYZ 54.48 57.05 8.37 -
YUV 186.24 27.41 164.21 -
System Red Green Blue C M Y K H S L
Decimal 237 195 8 0 0.18 0.97 0.07 49 0.93 0.48
Hex ED C3 8 0 12 61 7 31 5D 30
Octal 355 303 10 0 22 141 7 61 135 60
Binary 11101101 11000011 1000 0 10010 1100001 111 110001 1011101 110000

Color Harmonies of #EDC308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC308

Black with #EDC308

Text Example


Text Example

White with #EDC308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC308; }

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

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

background-color css

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

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

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

border-color css

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

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

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