Html Css Color HEX #EB9C0B Gamboge

📋 copy color: '#EB9C0B'

red 235 ◦ green 156 ◦ blue 11

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

Shades of Gamboge #EB9C0B

Tints of Gamboge #EB9C0B

RGB

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

 GREEN value IS 156 (61.33% from 255) = 38.81%

 BLUE value IS 11 (4.69% from 255) = 2.74%

R = 58.46%
G = 38.81%
B = 2.74%

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

#EB9C0B (or 0xEB9C0B) is known color: Gamboge. HEX triplet: EB, 9C and 0B. RGB value is (235,156,11). Sum of RGB (Red+Green+Blue) = 235+156+11=402 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.46% from 402); Green value is 156 (61.33% from 255 or 38.81% from 402); Blue value is 11 (4.69% from 255 or 2.74% from 402); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9C0B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EB9C0B is #1463F4. Grayscale: #A3A3A3. Windows color (decimal): -1336309 or 761067. OLE color: 761067.

HSL color Cylindrical-coordinate representation of color #EB9C0B: hue angle of 38.84º degrees, saturation: 0.91, 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 #EB9C0B is Cyan = 0, Magento = 0.34, Yellow = 0.95 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 156 11 -
CMYK 0 0.34 0.95 0.08
HSL 38.84º 0.91% 0.48% -
HSV(B) 38.84º 0.95% 0.92% -
XYZ 46.21 41.46 5.88 -
YUV 163.09 42.17 179.29 -
System Red Green Blue C M Y K H S L
Decimal 235 156 11 0 0.34 0.95 0.08 38.84 0.91 0.48
Hex EB 9C B 0 22 5F 8 27 5B 30
Octal 353 234 13 0 42 137 10 47 133 60
Binary 11101011 10011100 1011 0 100010 1011111 1000 100111 1011011 110000

Color Harmonies of #EB9C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB9C0B

Black with #EB9C0B

Text Example


Text Example

White with #EB9C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB9C0B; }

 p { color: rgb(235,156,11); }

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

background-color css

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

 a { background-color: rgb(235,156,11); }

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

border-color css

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

 span { border-color: rgb(235,156,11); }

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