Html Css Color HEX #EB9A0C Gamboge

📋 copy color: '#EB9A0C'

red 235 ◦ green 154 ◦ blue 12

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

Shades of Gamboge #EB9A0C

Tints of Gamboge #EB9A0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.99%

R = 58.6%
G = 38.4%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EB9A0C (or 0xEB9A0C) is known color: Gamboge. HEX triplet: EB, 9A and 0C. RGB value is (235,154,12). Sum of RGB (Red+Green+Blue) = 235+154+12=401 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.60% from 401); Green value is 154 (60.55% from 255 or 38.40% from 401); Blue value is 12 (5.08% from 255 or 2.99% from 401); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9A0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EB9A0C is #1465F3. Grayscale: #A2A2A2. Windows color (decimal): -1336820 or 826091. OLE color: 826091.

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

Color convert

RGB 235 154 12 -
CMYK 0 0.34 0.95 0.08
HSL 38.21º 0.9% 0.48% -
HSV(B) 38.21º 0.95% 0.92% -
XYZ 45.88 40.8 5.8 -
YUV 162.03 43.34 180.05 -
System Red Green Blue C M Y K H S L
Decimal 235 154 12 0 0.34 0.95 0.08 38.21 0.9 0.48
Hex EB 9A C 0 22 5F 8 26 5A 30
Octal 353 232 14 0 42 137 10 46 132 60
Binary 11101011 10011010 1100 0 100010 1011111 1000 100110 1011010 110000

Color Harmonies of #EB9A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB9A0C

Black with #EB9A0C

Text Example


Text Example

White with #EB9A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB9A0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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