Html Css Color HEX #EA950B Gamboge

📋 copy color: '#EA950B'

red 234 ◦ green 149 ◦ blue 11

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

Shades of Gamboge #EA950B

Tints of Gamboge #EA950B

RGB

 RED value IS 234 (91.8% from 255) = 59.39%

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

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

R = 59.39%
G = 37.82%
B = 2.79%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EA950B (or 0xEA950B) is known color: Gamboge. HEX triplet: EA, 95 and 0B. RGB value is (234,149,11). Sum of RGB (Red+Green+Blue) = 234+149+11=394 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.39% from 394); Green value is 149 (58.59% from 255 or 37.82% from 394); Blue value is 11 (4.69% from 255 or 2.79% from 394); Max value from RGB is 234 - color contains mainly: red. Hex color #EA950B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA950B is #156AF4. Grayscale: #9F9F9F. Windows color (decimal): -1403637 or 759274. OLE color: 759274.

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

Color convert

RGB 234 149 11 -
CMYK 0 0.36 0.95 0.08
HSL 37.13º 0.91% 0.48% -
HSV(B) 37.13º 0.95% 0.92% -
XYZ 44.74 39.01 5.49 -
YUV 158.68 44.66 181.72 -
System Red Green Blue C M Y K H S L
Decimal 234 149 11 0 0.36 0.95 0.08 37.13 0.91 0.48
Hex EA 95 B 0 24 5F 8 25 5B 30
Octal 352 225 13 0 44 137 10 45 133 60
Binary 11101010 10010101 1011 0 100100 1011111 1000 100101 1011011 110000

Color Harmonies of #EA950B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA950B

Black with #EA950B

Text Example


Text Example

White with #EA950B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA950B; }

 p { color: rgb(234,149,11); }

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

background-color css

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

 a { background-color: rgb(234,149,11); }

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

border-color css

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

 span { border-color: rgb(234,149,11); }

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