Html Css Color HEX #EB9C18 Gamboge

📋 copy color: '#EB9C18'

red 235 ◦ green 156 ◦ blue 24

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

Shades of Gamboge #EB9C18

Tints of Gamboge #EB9C18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.78%

R = 56.63%
G = 37.59%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.90

 K value IS 0.08

RGB Variations

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

Color information

#EB9C18 (or 0xEB9C18) is known color: Gamboge. HEX triplet: EB, 9C and 18. RGB value is (235,156,24). Sum of RGB (Red+Green+Blue) = 235+156+24=415 (54% of max value = 765). Red value is 235 (92.19% from 255 or 56.63% from 415); Green value is 156 (61.33% from 255 or 37.59% from 415); Blue value is 24 (9.77% from 255 or 5.78% from 415); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9C18 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EB9C18 is #1463E7. Grayscale: #A5A5A5. Windows color (decimal): -1336296 or 1613035. OLE color: 1613035.

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

Color convert

RGB 235 156 24 -
CMYK 0 0.34 0.90 0.08
HSL 37.54º 0.84% 0.51% -
HSV(B) 37.54º 0.9% 0.92% -
XYZ 46.31 41.51 6.43 -
YUV 164.57 48.67 178.23 -
System Red Green Blue C M Y K H S L
Decimal 235 156 24 0 0.34 0.90 0.08 37.54 0.84 0.51
Hex EB 9C 18 0 22 5A 8 26 54 33
Octal 353 234 30 0 42 132 10 46 124 63
Binary 11101011 10011100 11000 0 100010 1011010 1000 100110 1010100 110011

Color Harmonies of #EB9C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB9C18

Black with #EB9C18

Text Example


Text Example

White with #EB9C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB9C18; }

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

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

background-color css

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

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

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

border-color css

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

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

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