Html Css Color HEX #EA9302 Gamboge

📋 copy color: '#EA9302'

red 234 ◦ green 147 ◦ blue 2

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

Shades of Gamboge #EA9302

Tints of Gamboge #EA9302

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.38%

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

R = 61.1%
G = 38.38%
B = 0.52%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EA9302 (or 0xEA9302) is known color: Gamboge. HEX triplet: EA, 93 and 02. RGB value is (234,147,2). Sum of RGB (Red+Green+Blue) = 234+147+2=383 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.10% from 383); Green value is 147 (57.81% from 255 or 38.38% from 383); Blue value is 2 (1.17% from 255 or 0.52% from 383); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9302 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA9302 is #156CFD. Grayscale: #9D9D9D. Windows color (decimal): -1404158 or 168938. OLE color: 168938.

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

Color convert

RGB 234 147 2 -
CMYK 0 0.37 0.99 0.08
HSL 37.5º 0.98% 0.46% -
HSV(B) 37.5º 0.99% 0.92% -
XYZ 44.38 38.36 5.12 -
YUV 156.48 40.82 183.29 -
System Red Green Blue C M Y K H S L
Decimal 234 147 2 0 0.37 0.99 0.08 37.5 0.98 0.46
Hex EA 93 2 0 25 63 8 26 62 2E
Octal 352 223 2 0 45 143 10 46 142 56
Binary 11101010 10010011 10 0 100101 1100011 1000 100110 1100010 101110

Color Harmonies of #EA9302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9302

Black with #EA9302

Text Example


Text Example

White with #EA9302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9302; }

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

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

background-color css

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

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

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

border-color css

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

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

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