Html Css Color HEX #EA900A Gamboge

📋 copy color: '#EA900A'

red 234 ◦ green 144 ◦ blue 10

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

Shades of Gamboge #EA900A

Tints of Gamboge #EA900A

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.11%

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

R = 60.31%
G = 37.11%
B = 2.58%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#EA900A (or 0xEA900A) is known color: Gamboge. HEX triplet: EA, 90 and 0A. RGB value is (234,144,10). Sum of RGB (Red+Green+Blue) = 234+144+10=388 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.31% from 388); Green value is 144 (56.64% from 255 or 37.11% from 388); Blue value is 10 (4.30% from 255 or 2.58% from 388); Max value from RGB is 234 - color contains mainly: red. Hex color #EA900A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA900A is #156FF5. Grayscale: #9C9C9C. Windows color (decimal): -1404918 or 692458. OLE color: 692458.

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

Color convert

RGB 234 144 10 -
CMYK 0 0.38 0.96 0.08
HSL 35.89º 0.92% 0.48% -
HSV(B) 35.89º 0.96% 0.92% -
XYZ 43.96 37.46 5.2 -
YUV 155.63 45.82 183.9 -
System Red Green Blue C M Y K H S L
Decimal 234 144 10 0 0.38 0.96 0.08 35.89 0.92 0.48
Hex EA 90 A 0 26 60 8 24 5C 30
Octal 352 220 12 0 46 140 10 44 134 60
Binary 11101010 10010000 1010 0 100110 1100000 1000 100100 1011100 110000

Color Harmonies of #EA900A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA900A

Black with #EA900A

Text Example


Text Example

White with #EA900A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA900A; }

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

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

background-color css

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

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

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

border-color css

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

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

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