Html Css Color HEX #EB9A19 Gamboge

📋 copy color: '#EB9A19'

red 235 ◦ green 154 ◦ blue 25

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

Shades of Gamboge #EB9A19

Tints of Gamboge #EB9A19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.04%

R = 56.76%
G = 37.2%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EB9A19 (or 0xEB9A19) is known color: Gamboge. HEX triplet: EB, 9A and 19. RGB value is (235,154,25). Sum of RGB (Red+Green+Blue) = 235+154+25=414 (54% of max value = 765). Red value is 235 (92.19% from 255 or 56.76% from 414); Green value is 154 (60.55% from 255 or 37.20% from 414); Blue value is 25 (10.16% from 255 or 6.04% from 414); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9A19 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EB9A19 is #1465E6. Grayscale: #A4A4A4. Windows color (decimal): -1336807 or 1678059. OLE color: 1678059.

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

Color convert

RGB 235 154 25 -
CMYK 0 0.34 0.89 0.08
HSL 36.86º 0.84% 0.51% -
HSV(B) 36.86º 0.89% 0.92% -
XYZ 45.99 40.84 6.38 -
YUV 163.51 49.84 178.99 -
System Red Green Blue C M Y K H S L
Decimal 235 154 25 0 0.34 0.89 0.08 36.86 0.84 0.51
Hex EB 9A 19 0 22 59 8 25 54 33
Octal 353 232 31 0 42 131 10 45 124 63
Binary 11101011 10011010 11001 0 100010 1011001 1000 100101 1010100 110011

Color Harmonies of #EB9A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB9A19

Black with #EB9A19

Text Example


Text Example

White with #EB9A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB9A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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