Html Css Color HEX #EA950C Gamboge

📋 copy color: '#EA950C'

red 234 ◦ green 149 ◦ blue 12

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

Shades of Gamboge #EA950C

Tints of Gamboge #EA950C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.04%

R = 59.24%
G = 37.72%
B = 3.04%

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

#EA950C (or 0xEA950C) is known color: Gamboge. HEX triplet: EA, 95 and 0C. RGB value is (234,149,12). Sum of RGB (Red+Green+Blue) = 234+149+12=395 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.24% from 395); Green value is 149 (58.59% from 255 or 37.72% from 395); Blue value is 12 (5.08% from 255 or 3.04% from 395); Max value from RGB is 234 - color contains mainly: red. Hex color #EA950C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA950C is #156AF3. Grayscale: #9F9F9F. Windows color (decimal): -1403636 or 824810. OLE color: 824810.

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

Color convert

RGB 234 149 12 -
CMYK 0 0.36 0.95 0.08
HSL 37.03º 0.9% 0.48% -
HSV(B) 37.03º 0.95% 0.92% -
XYZ 44.75 39.01 5.52 -
YUV 158.8 45.16 181.64 -
System Red Green Blue C M Y K H S L
Decimal 234 149 12 0 0.36 0.95 0.08 37.03 0.9 0.48
Hex EA 95 C 0 24 5F 8 25 5A 30
Octal 352 225 14 0 44 137 10 45 132 60
Binary 11101010 10010101 1100 0 100100 1011111 1000 100101 1011010 110000

Color Harmonies of #EA950C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA950C

Black with #EA950C

Text Example


Text Example

White with #EA950C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA950C; }

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

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

background-color css

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

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

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

border-color css

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

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

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