Html Css Color HEX #EDBC08 Golden Poppy

📋 copy color: '#EDBC08'

red 237 ◦ green 188 ◦ blue 8

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

Shades of Golden Poppy #EDBC08

Tints of Golden Poppy #EDBC08

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.42%

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

R = 54.73%
G = 43.42%
B = 1.85%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EDBC08 (or 0xEDBC08) is known color: Golden Poppy. HEX triplet: ED, BC and 08. RGB value is (237,188,8). Sum of RGB (Red+Green+Blue) = 237+188+8=433 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.73% from 433); Green value is 188 (73.83% from 255 or 43.42% from 433); Blue value is 8 (3.52% from 255 or 1.85% from 433); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBC08 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDBC08 is #1243F7. Grayscale: #B6B6B6. Windows color (decimal): -1197048 or 572653. OLE color: 572653.

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

Color convert

RGB 237 188 8 -
CMYK 0 0.21 0.97 0.07
HSL 47.16º 0.93% 0.48% -
HSV(B) 47.16º 0.97% 0.93% -
XYZ 52.95 53.99 7.86 -
YUV 182.13 29.73 167.14 -
System Red Green Blue C M Y K H S L
Decimal 237 188 8 0 0.21 0.97 0.07 47.16 0.93 0.48
Hex ED BC 8 0 15 61 7 2F 5D 30
Octal 355 274 10 0 25 141 7 57 135 60
Binary 11101101 10111100 1000 0 10101 1100001 111 101111 1011101 110000

Color Harmonies of #EDBC08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBC08

Black with #EDBC08

Text Example


Text Example

White with #EDBC08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBC08; }

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

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

background-color css

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

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

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

border-color css

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

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

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