Html Css Color HEX #EDC108 Golden Poppy

📋 copy color: '#EDC108'

red 237 ◦ green 193 ◦ blue 8

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

Shades of Golden Poppy #EDC108

Tints of Golden Poppy #EDC108

RGB

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

 GREEN value IS 193 (75.78% from 255) = 44.06%

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

R = 54.11%
G = 44.06%
B = 1.83%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EDC108 (or 0xEDC108) is known color: Golden Poppy. HEX triplet: ED, C1 and 08. RGB value is (237,193,8). Sum of RGB (Red+Green+Blue) = 237+193+8=438 (58% of max value = 765). Red value is 237 (92.97% from 255 or 54.11% from 438); Green value is 193 (75.78% from 255 or 44.06% from 438); Blue value is 8 (3.52% from 255 or 1.83% from 438); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC108 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC108 is #123EF7. Grayscale: #B9B9B9. Windows color (decimal): -1195768 or 573933. OLE color: 573933.

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

Color convert

RGB 237 193 8 -
CMYK 0 0.19 0.97 0.07
HSL 48.47º 0.93% 0.48% -
HSV(B) 48.47º 0.97% 0.93% -
XYZ 54.04 56.16 8.22 -
YUV 185.07 28.08 165.04 -
System Red Green Blue C M Y K H S L
Decimal 237 193 8 0 0.19 0.97 0.07 48.47 0.93 0.48
Hex ED C1 8 0 13 61 7 30 5D 30
Octal 355 301 10 0 23 141 7 60 135 60
Binary 11101101 11000001 1000 0 10011 1100001 111 110000 1011101 110000

Color Harmonies of #EDC108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC108

Black with #EDC108

Text Example


Text Example

White with #EDC108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC108; }

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

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

background-color css

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

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

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

border-color css

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

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

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