Html Css Color HEX #EB9A0D Gamboge

📋 copy color: '#EB9A0D'

red 235 ◦ green 154 ◦ blue 13

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

Shades of Gamboge #EB9A0D

Tints of Gamboge #EB9A0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.23%

R = 58.46%
G = 38.31%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EB9A0D (or 0xEB9A0D) is known color: Gamboge. HEX triplet: EB, 9A and 0D. RGB value is (235,154,13). Sum of RGB (Red+Green+Blue) = 235+154+13=402 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.46% from 402); Green value is 154 (60.55% from 255 or 38.31% from 402); Blue value is 13 (5.47% from 255 or 3.23% from 402); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9A0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EB9A0D is #1465F2. Grayscale: #A2A2A2. Windows color (decimal): -1336819 or 891627. OLE color: 891627.

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

Color convert

RGB 235 154 13 -
CMYK 0 0.34 0.94 0.08
HSL 38.11º 0.9% 0.49% -
HSV(B) 38.11º 0.94% 0.92% -
XYZ 45.89 40.8 5.84 -
YUV 162.15 43.84 179.96 -
System Red Green Blue C M Y K H S L
Decimal 235 154 13 0 0.34 0.94 0.08 38.11 0.9 0.49
Hex EB 9A D 0 22 5E 8 26 5A 31
Octal 353 232 15 0 42 136 10 46 132 61
Binary 11101011 10011010 1101 0 100010 1011110 1000 100110 1011010 110001

Color Harmonies of #EB9A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB9A0D

Black with #EB9A0D

Text Example


Text Example

White with #EB9A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB9A0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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