Html Css Color HEX #EB9E01 Gamboge

📋 copy color: '#EB9E01'

red 235 ◦ green 158 ◦ blue 1

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

Shades of Gamboge #EB9E01

Tints of Gamboge #EB9E01

RGB

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

 GREEN value IS 158 (62.11% from 255) = 40.1%

 BLUE value IS 1 (0.78% from 255) = 0.25%

R = 59.64%
G = 40.1%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 1.00

 K value IS 0.08

RGB Variations

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

Color information

#EB9E01 (or 0xEB9E01) is known color: Gamboge. HEX triplet: EB, 9E and 01. RGB value is (235,158,1). Sum of RGB (Red+Green+Blue) = 235+158+1=394 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.64% from 394); Green value is 158 (62.11% from 255 or 40.10% from 394); Blue value is 1 (0.78% from 255 or 0.25% from 394); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9E01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EB9E01 is #1461FE. Grayscale: #A3A3A3. Windows color (decimal): -1335807 or 106219. OLE color: 106219.

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

Color convert

RGB 235 158 1 -
CMYK 0 0.33 1.00 0.08
HSL 40.26º 0.99% 0.46% -
HSV(B) 40.26º 1% 0.92% -
XYZ 46.49 42.12 5.71 -
YUV 163.13 36.51 179.27 -
System Red Green Blue C M Y K H S L
Decimal 235 158 1 0 0.33 1.00 0.08 40.26 0.99 0.46
Hex EB 9E 1 0 21 64 8 28 63 2E
Octal 353 236 1 0 41 144 10 50 143 56
Binary 11101011 10011110 1 0 100001 1100100 1000 101000 1100011 101110

Color Harmonies of #EB9E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB9E01

Black with #EB9E01

Text Example


Text Example

White with #EB9E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB9E01; }

 p { color: rgb(235,158,1); }

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

background-color css

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

 a { background-color: rgb(235,158,1); }

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

border-color css

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

 span { border-color: rgb(235,158,1); }

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