Html Css Color HEX #EB9C0F Gamboge

📋 copy color: '#EB9C0F'

red 235 ◦ green 156 ◦ blue 15

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

Shades of Gamboge #EB9C0F

Tints of Gamboge #EB9C0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.69%

R = 57.88%
G = 38.42%
B = 3.69%

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

#EB9C0F (or 0xEB9C0F) is known color: Gamboge. HEX triplet: EB, 9C and 0F. RGB value is (235,156,15). Sum of RGB (Red+Green+Blue) = 235+156+15=406 (53% of max value = 765). Red value is 235 (92.19% from 255 or 57.88% from 406); Green value is 156 (61.33% from 255 or 38.42% from 406); Blue value is 15 (6.25% from 255 or 3.69% from 406); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9C0F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EB9C0F is #1463F0. Grayscale: #A4A4A4. Windows color (decimal): -1336305 or 1023211. OLE color: 1023211.

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

Color convert

RGB 235 156 15 -
CMYK 0 0.34 0.94 0.08
HSL 38.45º 0.88% 0.49% -
HSV(B) 38.45º 0.94% 0.92% -
XYZ 46.24 41.47 6.02 -
YUV 163.55 44.17 178.96 -
System Red Green Blue C M Y K H S L
Decimal 235 156 15 0 0.34 0.94 0.08 38.45 0.88 0.49
Hex EB 9C F 0 22 5E 8 26 58 31
Octal 353 234 17 0 42 136 10 46 130 61
Binary 11101011 10011100 1111 0 100010 1011110 1000 100110 1011000 110001

Color Harmonies of #EB9C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB9C0F

Black with #EB9C0F

Text Example


Text Example

White with #EB9C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB9C0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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