Html Css Color HEX #E4A80A Gamboge

📋 copy color: '#E4A80A'

red 228 ◦ green 168 ◦ blue 10

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

Shades of Gamboge #E4A80A

Tints of Gamboge #E4A80A

RGB

 RED value IS 228 (89.45% from 255) = 56.16%

 GREEN value IS 168 (66.02% from 255) = 41.38%

 BLUE value IS 10 (4.3% from 255) = 2.46%

R = 56.16%
G = 41.38%
B = 2.46%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.96

 K value IS 0.11

RGB Variations

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

Color information

#E4A80A (or 0xE4A80A) is known color: Gamboge. HEX triplet: E4, A8 and 0A. RGB value is (228,168,10). Sum of RGB (Red+Green+Blue) = 228+168+10=406 (53% of max value = 765). Red value is 228 (89.45% from 255 or 56.16% from 406); Green value is 168 (66.02% from 255 or 41.38% from 406); Blue value is 10 (4.30% from 255 or 2.46% from 406); Max value from RGB is 228 - color contains mainly: red. Hex color #E4A80A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E4A80A is #1B57F5. Grayscale: #A8A8A8. Windows color (decimal): -1791990 or 698596. OLE color: 698596.

HSL color Cylindrical-coordinate representation of color #E4A80A: hue angle of 43.49º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E4A80A is Cyan = 0, Magento = 0.26, Yellow = 0.96 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 168 10 -
CMYK 0 0.26 0.96 0.11
HSL 43.49º 0.92% 0.47% -
HSV(B) 43.49º 0.96% 0.89% -
XYZ 46.05 44.52 6.45 -
YUV 167.93 38.88 170.85 -
System Red Green Blue C M Y K H S L
Decimal 228 168 10 0 0.26 0.96 0.11 43.49 0.92 0.47
Hex E4 A8 A 0 1A 60 B 2B 5C 2F
Octal 344 250 12 0 32 140 13 53 134 57
Binary 11100100 10101000 1010 0 11010 1100000 1011 101011 1011100 101111

Color Harmonies of #E4A80A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4A80A

Black with #E4A80A

Text Example


Text Example

White with #E4A80A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4A80A; }

 p { color: rgb(228,168,10); }

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

background-color css

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

 a { background-color: rgb(228,168,10); }

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

border-color css

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

 span { border-color: rgb(228,168,10); }

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