Html Css Color HEX #EBA217 Gamboge

📋 copy color: '#EBA217'

red 235 ◦ green 162 ◦ blue 23

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

Shades of Gamboge #EBA217

Tints of Gamboge #EBA217

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.57%

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

R = 55.95%
G = 38.57%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.90

 K value IS 0.08

RGB Variations

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

Color information

#EBA217 (or 0xEBA217) is known color: Gamboge. HEX triplet: EB, A2 and 17. RGB value is (235,162,23). Sum of RGB (Red+Green+Blue) = 235+162+23=420 (55% of max value = 765). Red value is 235 (92.19% from 255 or 55.95% from 420); Green value is 162 (63.67% from 255 or 38.57% from 420); Blue value is 23 (9.38% from 255 or 5.48% from 420); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA217 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA217 is #145DE8. Grayscale: #A8A8A8. Windows color (decimal): -1334761 or 1549035. OLE color: 1549035.

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

Color convert

RGB 235 162 23 -
CMYK 0 0.31 0.90 0.08
HSL 39.34º 0.84% 0.51% -
HSV(B) 39.34º 0.9% 0.92% -
XYZ 47.34 43.56 6.72 -
YUV 167.98 46.18 175.8 -
System Red Green Blue C M Y K H S L
Decimal 235 162 23 0 0.31 0.90 0.08 39.34 0.84 0.51
Hex EB A2 17 0 1F 5A 8 27 54 33
Octal 353 242 27 0 37 132 10 47 124 63
Binary 11101011 10100010 10111 0 11111 1011010 1000 100111 1010100 110011

Color Harmonies of #EBA217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA217

Black with #EBA217

Text Example


Text Example

White with #EBA217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA217; }

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

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

background-color css

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

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

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

border-color css

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

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

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