Html Css Color HEX #EBA218 Gamboge

📋 copy color: '#EBA218'

red 235 ◦ green 162 ◦ blue 24

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

Shades of Gamboge #EBA218

Tints of Gamboge #EBA218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.7%

R = 55.82%
G = 38.48%
B = 5.7%

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

#EBA218 (or 0xEBA218) is known color: Gamboge. HEX triplet: EB, A2 and 18. RGB value is (235,162,24). Sum of RGB (Red+Green+Blue) = 235+162+24=421 (55% of max value = 765). Red value is 235 (92.19% from 255 or 55.82% from 421); Green value is 162 (63.67% from 255 or 38.48% from 421); Blue value is 24 (9.77% from 255 or 5.70% from 421); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA218 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA218 is #145DE7. Grayscale: #A8A8A8. Windows color (decimal): -1334760 or 1614571. OLE color: 1614571.

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

Color convert

RGB 235 162 24 -
CMYK 0 0.31 0.90 0.08
HSL 39.24º 0.84% 0.51% -
HSV(B) 39.24º 0.9% 0.92% -
XYZ 47.35 43.57 6.78 -
YUV 168.1 46.68 175.72 -
System Red Green Blue C M Y K H S L
Decimal 235 162 24 0 0.31 0.90 0.08 39.24 0.84 0.51
Hex EB A2 18 0 1F 5A 8 27 54 33
Octal 353 242 30 0 37 132 10 47 124 63
Binary 11101011 10100010 11000 0 11111 1011010 1000 100111 1010100 110011

Color Harmonies of #EBA218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA218

Black with #EBA218

Text Example


Text Example

White with #EBA218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA218; }

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

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

background-color css

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

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

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

border-color css

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

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

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