Html Css Color HEX #EA9007 Gamboge

📋 copy color: '#EA9007'

red 234 ◦ green 144 ◦ blue 7

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

Shades of Gamboge #EA9007

Tints of Gamboge #EA9007

RGB

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

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

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

R = 60.78%
G = 37.4%
B = 1.82%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EA9007 (or 0xEA9007) is known color: Gamboge. HEX triplet: EA, 90 and 07. RGB value is (234,144,7). Sum of RGB (Red+Green+Blue) = 234+144+7=385 (50% of max value = 765). Red value is 234 (91.80% from 255 or 60.78% from 385); Green value is 144 (56.64% from 255 or 37.40% from 385); Blue value is 7 (3.12% from 255 or 1.82% from 385); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9007 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA9007 is #156FF8. Grayscale: #9B9B9B. Windows color (decimal): -1404921 or 495850. OLE color: 495850.

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

Color convert

RGB 234 144 7 -
CMYK 0 0.38 0.97 0.08
HSL 36.21º 0.94% 0.47% -
HSV(B) 36.21º 0.97% 0.92% -
XYZ 43.94 37.45 5.11 -
YUV 155.29 44.32 184.14 -
System Red Green Blue C M Y K H S L
Decimal 234 144 7 0 0.38 0.97 0.08 36.21 0.94 0.47
Hex EA 90 7 0 26 61 8 24 5E 2F
Octal 352 220 7 0 46 141 10 44 136 57
Binary 11101010 10010000 111 0 100110 1100001 1000 100100 1011110 101111

Color Harmonies of #EA9007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9007

Black with #EA9007

Text Example


Text Example

White with #EA9007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9007; }

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

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

background-color css

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

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

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

border-color css

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

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

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