Html Css Color HEX #EBC708 Golden Poppy

📋 copy color: '#EBC708'

red 235 ◦ green 199 ◦ blue 8

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

Shades of Golden Poppy #EBC708

Tints of Golden Poppy #EBC708

RGB

 RED value IS 235 (92.19% from 255) = 53.17%

 GREEN value IS 199 (78.13% from 255) = 45.02%

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

R = 53.17%
G = 45.02%
B = 1.81%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EBC708 (or 0xEBC708) is known color: Golden Poppy. HEX triplet: EB, C7 and 08. RGB value is (235,199,8). Sum of RGB (Red+Green+Blue) = 235+199+8=442 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.17% from 442); Green value is 199 (78.12% from 255 or 45.02% from 442); Blue value is 8 (3.52% from 255 or 1.81% from 442); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC708 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC708 is #1438F7. Grayscale: #BCBCBC. Windows color (decimal): -1325304 or 575467. OLE color: 575467.

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

Color convert

RGB 235 199 8 -
CMYK 0 0.15 0.97 0.08
HSL 50.48º 0.93% 0.48% -
HSV(B) 50.48º 0.97% 0.92% -
XYZ 54.73 58.53 8.64 -
YUV 187.99 26.43 161.53 -
System Red Green Blue C M Y K H S L
Decimal 235 199 8 0 0.15 0.97 0.08 50.48 0.93 0.48
Hex EB C7 8 0 F 61 8 32 5D 30
Octal 353 307 10 0 17 141 10 62 135 60
Binary 11101011 11000111 1000 0 1111 1100001 1000 110010 1011101 110000

Color Harmonies of #EBC708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC708

Black with #EBC708

Text Example


Text Example

White with #EBC708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC708; }

 p { color: rgb(235,199,8); }

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

background-color css

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

 a { background-color: rgb(235,199,8); }

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

border-color css

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

 span { border-color: rgb(235,199,8); }

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