Html Css Color HEX #E2A305 Gamboge

📋 copy color: '#E2A305'

red 226 ◦ green 163 ◦ blue 5

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

Shades of Gamboge #E2A305

Tints of Gamboge #E2A305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.27%

R = 57.36%
G = 41.37%
B = 1.27%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.98

 K value IS 0.11

RGB Variations

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

Color information

#E2A305 (or 0xE2A305) is known color: Gamboge. HEX triplet: E2, A3 and 05. RGB value is (226,163,5). Sum of RGB (Red+Green+Blue) = 226+163+5=394 (52% of max value = 765). Red value is 226 (88.67% from 255 or 57.36% from 394); Green value is 163 (64.06% from 255 or 41.37% from 394); Blue value is 5 (2.34% from 255 or 1.27% from 394); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A305 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2A305 is #1D5CFA. Grayscale: #A4A4A4. Windows color (decimal): -1924347 or 369634. OLE color: 369634.

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

Color convert

RGB 226 163 5 -
CMYK 0 0.28 0.98 0.11
HSL 42.9º 0.96% 0.45% -
HSV(B) 42.9º 0.98% 0.89% -
XYZ 44.49 42.37 5.98 -
YUV 163.83 38.37 172.35 -
System Red Green Blue C M Y K H S L
Decimal 226 163 5 0 0.28 0.98 0.11 42.9 0.96 0.45
Hex E2 A3 5 0 1C 62 B 2B 60 2D
Octal 342 243 5 0 34 142 13 53 140 55
Binary 11100010 10100011 101 0 11100 1100010 1011 101011 1100000 101101

Color Harmonies of #E2A305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2A305

Black with #E2A305

Text Example


Text Example

White with #E2A305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2A305; }

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

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

background-color css

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

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

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

border-color css

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

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

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