Html Css Color HEX #EA950F Gamboge

📋 copy color: '#EA950F'

red 234 ◦ green 149 ◦ blue 15

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

Shades of Gamboge #EA950F

Tints of Gamboge #EA950F

RGB

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

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

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

R = 58.79%
G = 37.44%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EA950F (or 0xEA950F) is known color: Gamboge. HEX triplet: EA, 95 and 0F. RGB value is (234,149,15). Sum of RGB (Red+Green+Blue) = 234+149+15=398 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.79% from 398); Green value is 149 (58.59% from 255 or 37.44% from 398); Blue value is 15 (6.25% from 255 or 3.77% from 398); Max value from RGB is 234 - color contains mainly: red. Hex color #EA950F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA950F is #156AF0. Grayscale: #9F9F9F. Windows color (decimal): -1403633 or 1021418. OLE color: 1021418.

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

Color convert

RGB 234 149 15 -
CMYK 0 0.36 0.94 0.08
HSL 36.71º 0.88% 0.49% -
HSV(B) 36.71º 0.94% 0.92% -
XYZ 44.77 39.02 5.62 -
YUV 159.14 46.66 181.4 -
System Red Green Blue C M Y K H S L
Decimal 234 149 15 0 0.36 0.94 0.08 36.71 0.88 0.49
Hex EA 95 F 0 24 5E 8 25 58 31
Octal 352 225 17 0 44 136 10 45 130 61
Binary 11101010 10010101 1111 0 100100 1011110 1000 100101 1011000 110001

Color Harmonies of #EA950F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA950F

Black with #EA950F

Text Example


Text Example

White with #EA950F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA950F; }

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

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

background-color css

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

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

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

border-color css

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

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

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