Html Css Color HEX #EBC107 Golden Poppy

📋 copy color: '#EBC107'

red 235 ◦ green 193 ◦ blue 7

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

Shades of Golden Poppy #EBC107

Tints of Golden Poppy #EBC107

RGB

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

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

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

R = 54.02%
G = 44.37%
B = 1.61%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EBC107 (or 0xEBC107) is known color: Golden Poppy. HEX triplet: EB, C1 and 07. RGB value is (235,193,7). Sum of RGB (Red+Green+Blue) = 235+193+7=435 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.02% from 435); Green value is 193 (75.78% from 255 or 44.37% from 435); Blue value is 7 (3.12% from 255 or 1.61% from 435); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC107 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC107 is #143EF8. Grayscale: #B9B9B9. Windows color (decimal): -1326841 or 508395. OLE color: 508395.

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

Color convert

RGB 235 193 7 -
CMYK 0 0.18 0.97 0.08
HSL 48.95º 0.94% 0.47% -
HSV(B) 48.95º 0.97% 0.92% -
XYZ 53.37 55.82 8.16 -
YUV 184.35 27.91 164.12 -
System Red Green Blue C M Y K H S L
Decimal 235 193 7 0 0.18 0.97 0.08 48.95 0.94 0.47
Hex EB C1 7 0 12 61 8 31 5E 2F
Octal 353 301 7 0 22 141 10 61 136 57
Binary 11101011 11000001 111 0 10010 1100001 1000 110001 1011110 101111

Color Harmonies of #EBC107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC107

Black with #EBC107

Text Example


Text Example

White with #EBC107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC107; }

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

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

background-color css

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

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

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

border-color css

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

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

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