Html Css Color HEX #EB9A00 Gamboge

📋 copy color: '#EB9A00'

red 235 ◦ green 154 ◦ blue 0

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

Shades of Gamboge #EB9A00

Tints of Gamboge #EB9A00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 60.41%
G = 39.59%
B = 0%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#EB9A00 (or 0xEB9A00) is known color: Gamboge. HEX triplet: EB, 9A and 00. RGB value is (235,154,0). Sum of RGB (Red+Green+Blue) = 235+154+0=389 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.41% from 389); Green value is 154 (60.55% from 255 or 39.59% from 389); Blue value is 0 (0.39% from 255 or 0% from 389); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9A00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EB9A00 is #1465FF. Grayscale: #A1A1A1. Windows color (decimal): -1336832 or 39659. OLE color: 39659.

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

Color convert

RGB 235 154 0 -
CMYK 0 0.34 1 0.08
HSL 39.32º 1% 0.46% -
HSV(B) 39.32º 1% 0.92% -
XYZ 45.82 40.77 5.46 -
YUV 160.66 37.34 181.02 -
System Red Green Blue C M Y K H S L
Decimal 235 154 0 0 0.34 1 0.08 39.32 1 0.46
Hex EB 9A 0 0 22 64 8 27 64 2E
Octal 353 232 0 0 42 144 10 47 144 56
Binary 11101011 10011010 0 0 100010 1100100 1000 100111 1100100 101110

Color Harmonies of #EB9A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB9A00

Black with #EB9A00

Text Example


Text Example

White with #EB9A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB9A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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