Html Css Color HEX #E0A318 Gamboge

📋 copy color: '#E0A318'

red 224 ◦ green 163 ◦ blue 24

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

Shades of Gamboge #E0A318

Tints of Gamboge #E0A318

RGB

 RED value IS 224 (87.89% from 255) = 54.5%

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

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

R = 54.5%
G = 39.66%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.89

 K value IS 0.12

RGB Variations

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

Color information

#E0A318 (or 0xE0A318) is known color: Gamboge. HEX triplet: E0, A3 and 18. RGB value is (224,163,24). Sum of RGB (Red+Green+Blue) = 224+163+24=411 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.50% from 411); Green value is 163 (64.06% from 255 or 39.66% from 411); Blue value is 24 (9.77% from 255 or 5.84% from 411); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A318 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0A318 is #1F5CE7. Grayscale: #A6A6A6. Windows color (decimal): -2055400 or 1614816. OLE color: 1614816.

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

Color convert

RGB 224 163 24 -
CMYK 0 0.27 0.89 0.12
HSL 41.7º 0.81% 0.49% -
HSV(B) 41.7º 0.89% 0.88% -
XYZ 44 42.11 6.67 -
YUV 165.39 48.21 169.8 -
System Red Green Blue C M Y K H S L
Decimal 224 163 24 0 0.27 0.89 0.12 41.7 0.81 0.49
Hex E0 A3 18 0 1B 59 C 2A 51 31
Octal 340 243 30 0 33 131 14 52 121 61
Binary 11100000 10100011 11000 0 11011 1011001 1100 101010 1010001 110001

Color Harmonies of #E0A318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A318

Black with #E0A318

Text Example


Text Example

White with #E0A318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A318; }

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

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

background-color css

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

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

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

border-color css

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

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

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