Html Css Color HEX #EA9401 Gamboge

📋 copy color: '#EA9401'

red 234 ◦ green 148 ◦ blue 1

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

Shades of Gamboge #EA9401

Tints of Gamboge #EA9401

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.64%

 BLUE value IS 1 (0.78% from 255) = 0.26%

R = 61.1%
G = 38.64%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 1.00

 K value IS 0.08

RGB Variations

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

Color information

#EA9401 (or 0xEA9401) is known color: Gamboge. HEX triplet: EA, 94 and 01. RGB value is (234,148,1). Sum of RGB (Red+Green+Blue) = 234+148+1=383 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.10% from 383); Green value is 148 (58.20% from 255 or 38.64% from 383); Blue value is 1 (0.78% from 255 or 0.26% from 383); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9401 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA9401 is #156BFE. Grayscale: #9D9D9D. Windows color (decimal): -1403903 or 103658. OLE color: 103658.

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

Color convert

RGB 234 148 1 -
CMYK 0 0.37 1.00 0.08
HSL 37.85º 0.99% 0.46% -
HSV(B) 37.85º 1% 0.92% -
XYZ 44.53 38.67 5.15 -
YUV 156.96 39.99 182.95 -
System Red Green Blue C M Y K H S L
Decimal 234 148 1 0 0.37 1.00 0.08 37.85 0.99 0.46
Hex EA 94 1 0 25 64 8 26 63 2E
Octal 352 224 1 0 45 144 10 46 143 56
Binary 11101010 10010100 1 0 100101 1100100 1000 100110 1100011 101110

Color Harmonies of #EA9401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9401

Black with #EA9401

Text Example


Text Example

White with #EA9401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9401; }

 p { color: rgb(234,148,1); }

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

background-color css

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

 a { background-color: rgb(234,148,1); }

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

border-color css

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

 span { border-color: rgb(234,148,1); }

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