Html Css Color HEX #EB9A16 Gamboge

📋 copy color: '#EB9A16'

red 235 ◦ green 154 ◦ blue 22

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

Shades of Gamboge #EB9A16

Tints of Gamboge #EB9A16

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.47%

 BLUE value IS 22 (8.98% from 255) = 5.35%

R = 57.18%
G = 37.47%
B = 5.35%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EB9A16 (or 0xEB9A16) is known color: Gamboge. HEX triplet: EB, 9A and 16. RGB value is (235,154,22). Sum of RGB (Red+Green+Blue) = 235+154+22=411 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.18% from 411); Green value is 154 (60.55% from 255 or 37.47% from 411); Blue value is 22 (8.98% from 255 or 5.35% from 411); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9A16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EB9A16 is #1465E9. Grayscale: #A3A3A3. Windows color (decimal): -1336810 or 1481451. OLE color: 1481451.

HSL color Cylindrical-coordinate representation of color #EB9A16: hue angle of 37.18º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EB9A16 is Cyan = 0, Magento = 0.34, Yellow = 0.91 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 154 22 -
CMYK 0 0.34 0.91 0.08
HSL 37.18º 0.84% 0.5% -
HSV(B) 37.18º 0.91% 0.92% -
XYZ 45.96 40.83 6.22 -
YUV 163.17 48.34 179.23 -
System Red Green Blue C M Y K H S L
Decimal 235 154 22 0 0.34 0.91 0.08 37.18 0.84 0.5
Hex EB 9A 16 0 22 5B 8 25 54 32
Octal 353 232 26 0 42 133 10 45 124 62
Binary 11101011 10011010 10110 0 100010 1011011 1000 100101 1010100 110010

Color Harmonies of #EB9A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB9A16

Black with #EB9A16

Text Example


Text Example

White with #EB9A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB9A16; }

 p { color: rgb(235,154,22); }

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

background-color css

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

 a { background-color: rgb(235,154,22); }

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

border-color css

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

 span { border-color: rgb(235,154,22); }

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