Html Css Color HEX #EBA017 Gamboge

📋 copy color: '#EBA017'

red 235 ◦ green 160 ◦ blue 23

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

Shades of Gamboge #EBA017

Tints of Gamboge #EBA017

RGB

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

 GREEN value IS 160 (62.89% from 255) = 38.28%

 BLUE value IS 23 (9.38% from 255) = 5.5%

R = 56.22%
G = 38.28%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.90

 K value IS 0.08

RGB Variations

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

Color information

#EBA017 (or 0xEBA017) is known color: Gamboge. HEX triplet: EB, A0 and 17. RGB value is (235,160,23). Sum of RGB (Red+Green+Blue) = 235+160+23=418 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.22% from 418); Green value is 160 (62.89% from 255 or 38.28% from 418); Blue value is 23 (9.38% from 255 or 5.50% from 418); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA017 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA017 is #145FE8. Grayscale: #A7A7A7. Windows color (decimal): -1335273 or 1548523. OLE color: 1548523.

HSL color Cylindrical-coordinate representation of color #EBA017: hue angle of 38.77º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EBA017 is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 160 23 -
CMYK 0 0.32 0.90 0.08
HSL 38.77º 0.84% 0.51% -
HSV(B) 38.77º 0.9% 0.92% -
XYZ 46.99 42.87 6.61 -
YUV 166.81 46.85 176.64 -
System Red Green Blue C M Y K H S L
Decimal 235 160 23 0 0.32 0.90 0.08 38.77 0.84 0.51
Hex EB A0 17 0 20 5A 8 27 54 33
Octal 353 240 27 0 40 132 10 47 124 63
Binary 11101011 10100000 10111 0 100000 1011010 1000 100111 1010100 110011

Color Harmonies of #EBA017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA017

Black with #EBA017

Text Example


Text Example

White with #EBA017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA017; }

 p { color: rgb(235,160,23); }

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

background-color css

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

 a { background-color: rgb(235,160,23); }

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

border-color css

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

 span { border-color: rgb(235,160,23); }

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