Html Css Color HEX #EBC308 Golden Poppy

📋 copy color: '#EBC308'

red 235 ◦ green 195 ◦ blue 8

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

Shades of Golden Poppy #EBC308

Tints of Golden Poppy #EBC308

RGB

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

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

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

R = 53.65%
G = 44.52%
B = 1.83%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EBC308 (or 0xEBC308) is known color: Golden Poppy. HEX triplet: EB, C3 and 08. RGB value is (235,195,8). Sum of RGB (Red+Green+Blue) = 235+195+8=438 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.65% from 438); Green value is 195 (76.56% from 255 or 44.52% from 438); Blue value is 8 (3.52% from 255 or 1.83% from 438); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC308 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC308 is #143CF7. Grayscale: #BABABA. Windows color (decimal): -1326328 or 574443. OLE color: 574443.

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

Color convert

RGB 235 195 8 -
CMYK 0 0.17 0.97 0.08
HSL 49.43º 0.93% 0.48% -
HSV(B) 49.43º 0.97% 0.92% -
XYZ 53.82 56.71 8.34 -
YUV 185.64 27.75 163.21 -
System Red Green Blue C M Y K H S L
Decimal 235 195 8 0 0.17 0.97 0.08 49.43 0.93 0.48
Hex EB C3 8 0 11 61 8 31 5D 30
Octal 353 303 10 0 21 141 10 61 135 60
Binary 11101011 11000011 1000 0 10001 1100001 1000 110001 1011101 110000

Color Harmonies of #EBC308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC308

Black with #EBC308

Text Example


Text Example

White with #EBC308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC308; }

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

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

background-color css

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

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

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

border-color css

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

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

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