Html Css Color HEX #EBC105 Golden Poppy

📋 copy color: '#EBC105'

red 235 ◦ green 193 ◦ blue 5

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

Shades of Golden Poppy #EBC105

Tints of Golden Poppy #EBC105

RGB

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

 GREEN value IS 193 (75.78% from 255) = 44.57%

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

R = 54.27%
G = 44.57%
B = 1.15%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EBC105 (or 0xEBC105) is known color: Golden Poppy. HEX triplet: EB, C1 and 05. RGB value is (235,193,5). Sum of RGB (Red+Green+Blue) = 235+193+5=433 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.27% from 433); Green value is 193 (75.78% from 255 or 44.57% from 433); Blue value is 5 (2.34% from 255 or 1.15% from 433); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC105 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC105 is #143EFA. Grayscale: #B8B8B8. Windows color (decimal): -1326843 or 377323. OLE color: 377323.

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

Color convert

RGB 235 193 5 -
CMYK 0 0.18 0.98 0.08
HSL 49.04º 0.96% 0.47% -
HSV(B) 49.04º 0.98% 0.92% -
XYZ 53.36 55.81 8.1 -
YUV 184.13 26.91 164.29 -
System Red Green Blue C M Y K H S L
Decimal 235 193 5 0 0.18 0.98 0.08 49.04 0.96 0.47
Hex EB C1 5 0 12 62 8 31 60 2F
Octal 353 301 5 0 22 142 10 61 140 57
Binary 11101011 11000001 101 0 10010 1100010 1000 110001 1100000 101111

Color Harmonies of #EBC105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC105

Black with #EBC105

Text Example


Text Example

White with #EBC105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC105; }

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

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

background-color css

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

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

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

border-color css

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

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

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