Html Css Color HEX #E2A30C Gamboge

📋 copy color: '#E2A30C'

red 226 ◦ green 163 ◦ blue 12

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

Shades of Gamboge #E2A30C

Tints of Gamboge #E2A30C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.99%

R = 56.36%
G = 40.65%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#E2A30C (or 0xE2A30C) is known color: Gamboge. HEX triplet: E2, A3 and 0C. RGB value is (226,163,12). Sum of RGB (Red+Green+Blue) = 226+163+12=401 (53% of max value = 765). Red value is 226 (88.67% from 255 or 56.36% from 401); Green value is 163 (64.06% from 255 or 40.65% from 401); Blue value is 12 (5.08% from 255 or 2.99% from 401); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A30C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2A30C is #1D5CF3. Grayscale: #A5A5A5. Windows color (decimal): -1924340 or 828386. OLE color: 828386.

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

Color convert

RGB 226 163 12 -
CMYK 0 0.28 0.95 0.11
HSL 42.34º 0.9% 0.47% -
HSV(B) 42.34º 0.95% 0.89% -
XYZ 44.53 42.39 6.18 -
YUV 164.62 41.87 171.78 -
System Red Green Blue C M Y K H S L
Decimal 226 163 12 0 0.28 0.95 0.11 42.34 0.9 0.47
Hex E2 A3 C 0 1C 5F B 2A 5A 2F
Octal 342 243 14 0 34 137 13 52 132 57
Binary 11100010 10100011 1100 0 11100 1011111 1011 101010 1011010 101111

Color Harmonies of #E2A30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2A30C

Black with #E2A30C

Text Example


Text Example

White with #E2A30C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2A30C; }

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

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

background-color css

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

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

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

border-color css

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

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

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