Html Css Color HEX #EA9307 Gamboge

📋 copy color: '#EA9307'

red 234 ◦ green 147 ◦ blue 7

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

Shades of Gamboge #EA9307

Tints of Gamboge #EA9307

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.8%

R = 60.31%
G = 37.89%
B = 1.8%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EA9307 (or 0xEA9307) is known color: Gamboge. HEX triplet: EA, 93 and 07. RGB value is (234,147,7). Sum of RGB (Red+Green+Blue) = 234+147+7=388 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.31% from 388); Green value is 147 (57.81% from 255 or 37.89% from 388); Blue value is 7 (3.12% from 255 or 1.80% from 388); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9307 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA9307 is #156CF8. Grayscale: #9D9D9D. Windows color (decimal): -1404153 or 496618. OLE color: 496618.

HSL color Cylindrical-coordinate representation of color #EA9307: hue angle of 37º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EA9307 is Cyan = 0, Magento = 0.37, Yellow = 0.97 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 147 7 -
CMYK 0 0.37 0.97 0.08
HSL 37º 0.94% 0.47% -
HSV(B) 37º 0.97% 0.92% -
XYZ 44.4 38.38 5.27 -
YUV 157.05 43.32 182.88 -
System Red Green Blue C M Y K H S L
Decimal 234 147 7 0 0.37 0.97 0.08 37 0.94 0.47
Hex EA 93 7 0 25 61 8 25 5E 2F
Octal 352 223 7 0 45 141 10 45 136 57
Binary 11101010 10010011 111 0 100101 1100001 1000 100101 1011110 101111

Color Harmonies of #EA9307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9307

Black with #EA9307

Text Example


Text Example

White with #EA9307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9307; }

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

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

background-color css

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

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

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

border-color css

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

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

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