Html Css Color HEX #E2A318 Gamboge

📋 copy color: '#E2A318'

red 226 ◦ green 163 ◦ blue 24

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

Shades of Gamboge #E2A318

Tints of Gamboge #E2A318

RGB

 RED value IS 226 (88.67% from 255) = 54.72%

 GREEN value IS 163 (64.06% from 255) = 39.47%

 BLUE value IS 24 (9.77% from 255) = 5.81%

R = 54.72%
G = 39.47%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.89

 K value IS 0.11

RGB Variations

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

Color information

#E2A318 (or 0xE2A318) is known color: Gamboge. HEX triplet: E2, A3 and 18. RGB value is (226,163,24). Sum of RGB (Red+Green+Blue) = 226+163+24=413 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.72% from 413); Green value is 163 (64.06% from 255 or 39.47% from 413); Blue value is 24 (9.77% from 255 or 5.81% from 413); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A318 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2A318 is #1D5CE7. Grayscale: #A6A6A6. Windows color (decimal): -1924328 or 1614818. OLE color: 1614818.

HSL color Cylindrical-coordinate representation of color #E2A318: hue angle of 41.29º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E2A318 is Cyan = 0, Magento = 0.28, Yellow = 0.89 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 163 24 -
CMYK 0 0.28 0.89 0.11
HSL 41.29º 0.81% 0.49% -
HSV(B) 41.29º 0.89% 0.89% -
XYZ 44.63 42.43 6.7 -
YUV 165.99 47.87 170.8 -
System Red Green Blue C M Y K H S L
Decimal 226 163 24 0 0.28 0.89 0.11 41.29 0.81 0.49
Hex E2 A3 18 0 1C 59 B 29 51 31
Octal 342 243 30 0 34 131 13 51 121 61
Binary 11100010 10100011 11000 0 11100 1011001 1011 101001 1010001 110001

Color Harmonies of #E2A318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2A318

Black with #E2A318

Text Example


Text Example

White with #E2A318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2A318; }

 p { color: rgb(226,163,24); }

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

background-color css

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

 a { background-color: rgb(226,163,24); }

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

border-color css

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

 span { border-color: rgb(226,163,24); }

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