Html Css Color HEX #EBC405 Golden Poppy

📋 copy color: '#EBC405'

red 235 ◦ green 196 ◦ blue 5

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

Shades of Golden Poppy #EBC405

Tints of Golden Poppy #EBC405

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.15%

R = 53.9%
G = 44.95%
B = 1.15%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EBC405 (or 0xEBC405) is known color: Golden Poppy. HEX triplet: EB, C4 and 05. RGB value is (235,196,5). Sum of RGB (Red+Green+Blue) = 235+196+5=436 (57% of max value = 765). Red value is 235 (92.19% from 255 or 53.90% from 436); Green value is 196 (76.95% from 255 or 44.95% from 436); Blue value is 5 (2.34% from 255 or 1.15% from 436); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC405 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC405 is #143BFA. Grayscale: #BABABA. Windows color (decimal): -1326075 or 378091. OLE color: 378091.

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

Color convert

RGB 235 196 5 -
CMYK 0 0.17 0.98 0.08
HSL 49.83º 0.96% 0.47% -
HSV(B) 49.83º 0.98% 0.92% -
XYZ 54.03 57.15 8.33 -
YUV 185.89 25.92 163.03 -
System Red Green Blue C M Y K H S L
Decimal 235 196 5 0 0.17 0.98 0.08 49.83 0.96 0.47
Hex EB C4 5 0 11 62 8 32 60 2F
Octal 353 304 5 0 21 142 10 62 140 57
Binary 11101011 11000100 101 0 10001 1100010 1000 110010 1100000 101111

Color Harmonies of #EBC405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC405

Black with #EBC405

Text Example


Text Example

White with #EBC405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC405; }

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

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

background-color css

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

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

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

border-color css

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

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

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