Html Css Color HEX #E1A90F Gamboge

📋 copy color: '#E1A90F'

red 225 ◦ green 169 ◦ blue 15

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

Shades of Gamboge #E1A90F

Tints of Gamboge #E1A90F

RGB

 RED value IS 225 (88.28% from 255) = 55.01%

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

 BLUE value IS 15 (6.25% from 255) = 3.67%

R = 55.01%
G = 41.32%
B = 3.67%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#E1A90F (or 0xE1A90F) is known color: Gamboge. HEX triplet: E1, A9 and 0F. RGB value is (225,169,15). Sum of RGB (Red+Green+Blue) = 225+169+15=409 (54% of max value = 765). Red value is 225 (88.28% from 255 or 55.01% from 409); Green value is 169 (66.41% from 255 or 41.32% from 409); Blue value is 15 (6.25% from 255 or 3.67% from 409); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A90F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1A90F is #1E56F0. Grayscale: #A8A8A8. Windows color (decimal): -1988337 or 1026529. OLE color: 1026529.

HSL color Cylindrical-coordinate representation of color #E1A90F: hue angle of 44º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E1A90F is Cyan = 0, Magento = 0.25, Yellow = 0.93 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 169 15 -
CMYK 0 0.25 0.93 0.12
HSL 44º 0.88% 0.47% -
HSV(B) 44º 0.93% 0.88% -
XYZ 45.33 44.42 6.64 -
YUV 168.19 41.55 168.52 -
System Red Green Blue C M Y K H S L
Decimal 225 169 15 0 0.25 0.93 0.12 44 0.88 0.47
Hex E1 A9 F 0 19 5D C 2C 58 2F
Octal 341 251 17 0 31 135 14 54 130 57
Binary 11100001 10101001 1111 0 11001 1011101 1100 101100 1011000 101111

Color Harmonies of #E1A90F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A90F

Black with #E1A90F

Text Example


Text Example

White with #E1A90F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A90F; }

 p { color: rgb(225,169,15); }

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

background-color css

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

 a { background-color: rgb(225,169,15); }

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

border-color css

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

 span { border-color: rgb(225,169,15); }

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