Html Css Color HEX #EA9715 Gamboge

📋 copy color: '#EA9715'

red 234 ◦ green 151 ◦ blue 21

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

Shades of Gamboge #EA9715

Tints of Gamboge #EA9715

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.17%

R = 57.64%
G = 37.19%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EA9715 (or 0xEA9715) is known color: Gamboge. HEX triplet: EA, 97 and 15. RGB value is (234,151,21). Sum of RGB (Red+Green+Blue) = 234+151+21=406 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.64% from 406); Green value is 151 (59.38% from 255 or 37.19% from 406); Blue value is 21 (8.59% from 255 or 5.17% from 406); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9715 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA9715 is #1568EA. Grayscale: #A1A1A1. Windows color (decimal): -1403115 or 1415146. OLE color: 1415146.

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

Color convert

RGB 234 151 21 -
CMYK 0 0.35 0.91 0.08
HSL 36.62º 0.84% 0.5% -
HSV(B) 36.62º 0.91% 0.92% -
XYZ 45.13 39.68 5.99 -
YUV 161 49 180.07 -
System Red Green Blue C M Y K H S L
Decimal 234 151 21 0 0.35 0.91 0.08 36.62 0.84 0.5
Hex EA 97 15 0 23 5B 8 25 54 32
Octal 352 227 25 0 43 133 10 45 124 62
Binary 11101010 10010111 10101 0 100011 1011011 1000 100101 1010100 110010

Color Harmonies of #EA9715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9715

Black with #EA9715

Text Example


Text Example

White with #EA9715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9715; }

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

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

background-color css

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

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

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

border-color css

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

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

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