Html Css Color HEX #EB9502 Gamboge

📋 copy color: '#EB9502'

red 235 ◦ green 149 ◦ blue 2

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

Shades of Gamboge #EB9502

Tints of Gamboge #EB9502

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.6%

 BLUE value IS 2 (1.17% from 255) = 0.52%

R = 60.88%
G = 38.6%
B = 0.52%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EB9502 (or 0xEB9502) is known color: Gamboge. HEX triplet: EB, 95 and 02. RGB value is (235,149,2). Sum of RGB (Red+Green+Blue) = 235+149+2=386 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.88% from 386); Green value is 149 (58.59% from 255 or 38.60% from 386); Blue value is 2 (1.17% from 255 or 0.52% from 386); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9502 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EB9502 is #146AFD. Grayscale: #9E9E9E. Windows color (decimal): -1338110 or 169451. OLE color: 169451.

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

Color convert

RGB 235 149 2 -
CMYK 0 0.37 0.99 0.08
HSL 37.85º 0.98% 0.46% -
HSV(B) 37.85º 0.99% 0.92% -
XYZ 45.02 39.16 5.24 -
YUV 157.96 39.99 182.95 -
System Red Green Blue C M Y K H S L
Decimal 235 149 2 0 0.37 0.99 0.08 37.85 0.98 0.46
Hex EB 95 2 0 25 63 8 26 62 2E
Octal 353 225 2 0 45 143 10 46 142 56
Binary 11101011 10010101 10 0 100101 1100011 1000 100110 1100010 101110

Color Harmonies of #EB9502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB9502

Black with #EB9502

Text Example


Text Example

White with #EB9502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB9502; }

 p { color: rgb(235,149,2); }

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

background-color css

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

 a { background-color: rgb(235,149,2); }

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

border-color css

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

 span { border-color: rgb(235,149,2); }

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