Html Css Color HEX #EBC305 Golden Poppy

📋 copy color: '#EBC305'

red 235 ◦ green 195 ◦ blue 5

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

Shades of Golden Poppy #EBC305

Tints of Golden Poppy #EBC305

RGB

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

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

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

R = 54.02%
G = 44.83%
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

#EBC305 (or 0xEBC305) is known color: Golden Poppy. HEX triplet: EB, C3 and 05. RGB value is (235,195,5). Sum of RGB (Red+Green+Blue) = 235+195+5=435 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.02% from 435); Green value is 195 (76.56% from 255 or 44.83% from 435); Blue value is 5 (2.34% from 255 or 1.15% from 435); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC305 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC305 is #143CFA. Grayscale: #BABABA. Windows color (decimal): -1326331 or 377835. OLE color: 377835.

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

Color convert

RGB 235 195 5 -
CMYK 0 0.17 0.98 0.08
HSL 49.57º 0.96% 0.47% -
HSV(B) 49.57º 0.98% 0.92% -
XYZ 53.8 56.7 8.25 -
YUV 185.3 26.25 163.45 -
System Red Green Blue C M Y K H S L
Decimal 235 195 5 0 0.17 0.98 0.08 49.57 0.96 0.47
Hex EB C3 5 0 11 62 8 32 60 2F
Octal 353 303 5 0 21 142 10 62 140 57
Binary 11101011 11000011 101 0 10001 1100010 1000 110010 1100000 101111

Color Harmonies of #EBC305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC305

Black with #EBC305

Text Example


Text Example

White with #EBC305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC305; }

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

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

background-color css

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

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

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

border-color css

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

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

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