Html Css Color HEX #EA9902 Gamboge

📋 copy color: '#EA9902'

red 234 ◦ green 153 ◦ blue 2

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

Shades of Gamboge #EA9902

Tints of Gamboge #EA9902

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.33%

 BLUE value IS 2 (1.17% from 255) = 0.51%

R = 60.15%
G = 39.33%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EA9902 (or 0xEA9902) is known color: Gamboge. HEX triplet: EA, 99 and 02. RGB value is (234,153,2). Sum of RGB (Red+Green+Blue) = 234+153+2=389 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.15% from 389); Green value is 153 (60.16% from 255 or 39.33% from 389); Blue value is 2 (1.17% from 255 or 0.51% from 389); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9902 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA9902 is #1566FD. Grayscale: #A0A0A0. Windows color (decimal): -1402622 or 170474. OLE color: 170474.

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

Color convert

RGB 234 153 2 -
CMYK 0 0.35 0.99 0.08
HSL 39.05º 0.98% 0.46% -
HSV(B) 39.05º 0.99% 0.92% -
XYZ 45.33 40.28 5.44 -
YUV 160.01 38.84 180.78 -
System Red Green Blue C M Y K H S L
Decimal 234 153 2 0 0.35 0.99 0.08 39.05 0.98 0.46
Hex EA 99 2 0 23 63 8 27 62 2E
Octal 352 231 2 0 43 143 10 47 142 56
Binary 11101010 10011001 10 0 100011 1100011 1000 100111 1100010 101110

Color Harmonies of #EA9902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9902

Black with #EA9902

Text Example


Text Example

White with #EA9902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9902; }

 p { color: rgb(234,153,2); }

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

background-color css

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

 a { background-color: rgb(234,153,2); }

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

border-color css

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

 span { border-color: rgb(234,153,2); }

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