Html Css Color HEX #E2A90C Gamboge

📋 copy color: '#E2A90C'

red 226 ◦ green 169 ◦ blue 12

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

Shades of Gamboge #E2A90C

Tints of Gamboge #E2A90C

RGB

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

 GREEN value IS 169 (66.41% from 255) = 41.52%

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

R = 55.53%
G = 41.52%
B = 2.95%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#E2A90C (or 0xE2A90C) is known color: Gamboge. HEX triplet: E2, A9 and 0C. RGB value is (226,169,12). Sum of RGB (Red+Green+Blue) = 226+169+12=407 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.53% from 407); Green value is 169 (66.41% from 255 or 41.52% from 407); Blue value is 12 (5.08% from 255 or 2.95% from 407); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A90C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2A90C is #1D56F3. Grayscale: #A8A8A8. Windows color (decimal): -1922804 or 829922. OLE color: 829922.

HSL color Cylindrical-coordinate representation of color #E2A90C: hue angle of 44.02º 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 #E2A90C is Cyan = 0, Magento = 0.25, Yellow = 0.95 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 169 12 -
CMYK 0 0.25 0.95 0.11
HSL 44.02º 0.9% 0.47% -
HSV(B) 44.02º 0.95% 0.89% -
XYZ 45.62 44.57 6.55 -
YUV 168.15 39.88 169.27 -
System Red Green Blue C M Y K H S L
Decimal 226 169 12 0 0.25 0.95 0.11 44.02 0.9 0.47
Hex E2 A9 C 0 19 5F B 2C 5A 2F
Octal 342 251 14 0 31 137 13 54 132 57
Binary 11100010 10101001 1100 0 11001 1011111 1011 101100 1011010 101111

Color Harmonies of #E2A90C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2A90C

Black with #E2A90C

Text Example


Text Example

White with #E2A90C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2A90C; }

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

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

background-color css

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

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

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

border-color css

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

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

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