Html Css Color HEX #EBC407 Golden Poppy

📋 copy color: '#EBC407'

red 235 ◦ green 196 ◦ blue 7

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

Shades of Golden Poppy #EBC407

Tints of Golden Poppy #EBC407

RGB

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

 GREEN value IS 196 (76.95% from 255) = 44.75%

 BLUE value IS 7 (3.13% from 255) = 1.6%

R = 53.65%
G = 44.75%
B = 1.6%

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

#EBC407 (or 0xEBC407) is known color: Golden Poppy. HEX triplet: EB, C4 and 07. RGB value is (235,196,7). Sum of RGB (Red+Green+Blue) = 235+196+7=438 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.65% from 438); Green value is 196 (76.95% from 255 or 44.75% from 438); Blue value is 7 (3.12% from 255 or 1.60% from 438); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC407 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC407 is #143BF8. Grayscale: #BABABA. Windows color (decimal): -1326073 or 509163. OLE color: 509163.

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

Color convert

RGB 235 196 7 -
CMYK 0 0.17 0.97 0.08
HSL 49.74º 0.94% 0.47% -
HSV(B) 49.74º 0.97% 0.92% -
XYZ 54.04 57.16 8.39 -
YUV 186.12 26.92 162.87 -
System Red Green Blue C M Y K H S L
Decimal 235 196 7 0 0.17 0.97 0.08 49.74 0.94 0.47
Hex EB C4 7 0 11 61 8 32 5E 2F
Octal 353 304 7 0 21 141 10 62 136 57
Binary 11101011 11000100 111 0 10001 1100001 1000 110010 1011110 101111

Color Harmonies of #EBC407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC407

Black with #EBC407

Text Example


Text Example

White with #EBC407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC407; }

 p { color: rgb(235,196,7); }

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

background-color css

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

 a { background-color: rgb(235,196,7); }

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

border-color css

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

 span { border-color: rgb(235,196,7); }

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