Html Css Color HEX #EBC506 Golden Poppy

📋 copy color: '#EBC506'

red 235 ◦ green 197 ◦ blue 6

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

Shades of Golden Poppy #EBC506

Tints of Golden Poppy #EBC506

RGB

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

 GREEN value IS 197 (77.34% from 255) = 44.98%

 BLUE value IS 6 (2.73% from 255) = 1.37%

R = 53.65%
G = 44.98%
B = 1.37%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EBC506 (or 0xEBC506) is known color: Golden Poppy. HEX triplet: EB, C5 and 06. RGB value is (235,197,6). Sum of RGB (Red+Green+Blue) = 235+197+6=438 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.65% from 438); Green value is 197 (77.34% from 255 or 44.98% from 438); Blue value is 6 (2.73% from 255 or 1.37% from 438); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC506 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC506 is #143AF9. Grayscale: #BBBBBB. Windows color (decimal): -1325818 or 443883. OLE color: 443883.

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

Color convert

RGB 235 197 6 -
CMYK 0 0.16 0.97 0.08
HSL 50.04º 0.95% 0.47% -
HSV(B) 50.04º 0.97% 0.92% -
XYZ 54.26 57.61 8.43 -
YUV 186.59 26.09 162.53 -
System Red Green Blue C M Y K H S L
Decimal 235 197 6 0 0.16 0.97 0.08 50.04 0.95 0.47
Hex EB C5 6 0 10 61 8 32 5F 2F
Octal 353 305 6 0 20 141 10 62 137 57
Binary 11101011 11000101 110 0 10000 1100001 1000 110010 1011111 101111

Color Harmonies of #EBC506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC506

Black with #EBC506

Text Example


Text Example

White with #EBC506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC506; }

 p { color: rgb(235,197,6); }

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

background-color css

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

 a { background-color: rgb(235,197,6); }

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

border-color css

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

 span { border-color: rgb(235,197,6); }

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