Html Css Color HEX #EA950A Gamboge

📋 copy color: '#EA950A'

red 234 ◦ green 149 ◦ blue 10

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

Shades of Gamboge #EA950A

Tints of Gamboge #EA950A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.54%

R = 59.54%
G = 37.91%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#EA950A (or 0xEA950A) is known color: Gamboge. HEX triplet: EA, 95 and 0A. RGB value is (234,149,10). Sum of RGB (Red+Green+Blue) = 234+149+10=393 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.54% from 393); Green value is 149 (58.59% from 255 or 37.91% from 393); Blue value is 10 (4.30% from 255 or 2.54% from 393); Max value from RGB is 234 - color contains mainly: red. Hex color #EA950A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA950A is #156AF5. Grayscale: #9F9F9F. Windows color (decimal): -1403638 or 693738. OLE color: 693738.

HSL color Cylindrical-coordinate representation of color #EA950A: hue angle of 37.23º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EA950A is Cyan = 0, Magento = 0.36, Yellow = 0.96 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 149 10 -
CMYK 0 0.36 0.96 0.08
HSL 37.23º 0.92% 0.48% -
HSV(B) 37.23º 0.96% 0.92% -
XYZ 44.73 39.01 5.46 -
YUV 158.57 44.16 181.8 -
System Red Green Blue C M Y K H S L
Decimal 234 149 10 0 0.36 0.96 0.08 37.23 0.92 0.48
Hex EA 95 A 0 24 60 8 25 5C 30
Octal 352 225 12 0 44 140 10 45 134 60
Binary 11101010 10010101 1010 0 100100 1100000 1000 100101 1011100 110000

Color Harmonies of #EA950A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA950A

Black with #EA950A

Text Example


Text Example

White with #EA950A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA950A; }

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

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

background-color css

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

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

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

border-color css

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

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

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