Html Css Color HEX #EA9700 Gamboge

📋 copy color: '#EA9700'

red 234 ◦ green 151 ◦ blue 0

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

Shades of Gamboge #EA9700

Tints of Gamboge #EA9700

RGB

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

 GREEN value IS 151 (59.38% from 255) = 39.22%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 60.78%
G = 39.22%
B = 0%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#EA9700 (or 0xEA9700) is known color: Gamboge. HEX triplet: EA, 97 and 00. RGB value is (234,151,0). Sum of RGB (Red+Green+Blue) = 234+151+0=385 (50% of max value = 765). Red value is 234 (91.80% from 255 or 60.78% from 385); Green value is 151 (59.38% from 255 or 39.22% from 385); Blue value is 0 (0.39% from 255 or 0% from 385); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9700 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA9700 is #1568FF. Grayscale: #9F9F9F. Windows color (decimal): -1403136 or 38890. OLE color: 38890.

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

Color convert

RGB 234 151 0 -
CMYK 0 0.35 1 0.08
HSL 38.72º 1% 0.46% -
HSV(B) 38.72º 1% 0.92% -
XYZ 45 39.63 5.28 -
YUV 158.6 38.5 181.78 -
System Red Green Blue C M Y K H S L
Decimal 234 151 0 0 0.35 1 0.08 38.72 1 0.46
Hex EA 97 0 0 23 64 8 27 64 2E
Octal 352 227 0 0 43 144 10 47 144 56
Binary 11101010 10010111 0 0 100011 1100100 1000 100111 1100100 101110

Color Harmonies of #EA9700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9700

Black with #EA9700

Text Example


Text Example

White with #EA9700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9700; }

 p { color: rgb(234,151,0); }

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

background-color css

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

 a { background-color: rgb(234,151,0); }

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

border-color css

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

 span { border-color: rgb(234,151,0); }

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