Html Css Color HEX #E1A40B Gamboge

📋 copy color: '#E1A40B'

red 225 ◦ green 164 ◦ blue 11

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

Shades of Gamboge #E1A40B

Tints of Gamboge #E1A40B

RGB

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

 GREEN value IS 164 (64.45% from 255) = 41%

 BLUE value IS 11 (4.69% from 255) = 2.75%

R = 56.25%
G = 41%
B = 2.75%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E1A40B (or 0xE1A40B) is known color: Gamboge. HEX triplet: E1, A4 and 0B. RGB value is (225,164,11). Sum of RGB (Red+Green+Blue) = 225+164+11=400 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.25% from 400); Green value is 164 (64.45% from 255 or 41% from 400); Blue value is 11 (4.69% from 255 or 2.75% from 400); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A40B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1A40B is #1E5BF4. Grayscale: #A5A5A5. Windows color (decimal): -1989621 or 763105. OLE color: 763105.

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

Color convert

RGB 225 164 11 -
CMYK 0 0.27 0.95 0.12
HSL 42.9º 0.91% 0.46% -
HSV(B) 42.9º 0.95% 0.88% -
XYZ 44.39 42.58 6.2 -
YUV 164.8 41.21 170.94 -
System Red Green Blue C M Y K H S L
Decimal 225 164 11 0 0.27 0.95 0.12 42.9 0.91 0.46
Hex E1 A4 B 0 1B 5F C 2B 5B 2E
Octal 341 244 13 0 33 137 14 53 133 56
Binary 11100001 10100100 1011 0 11011 1011111 1100 101011 1011011 101110

Color Harmonies of #E1A40B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A40B

Black with #E1A40B

Text Example


Text Example

White with #E1A40B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A40B; }

 p { color: rgb(225,164,11); }

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

background-color css

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

 a { background-color: rgb(225,164,11); }

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

border-color css

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

 span { border-color: rgb(225,164,11); }

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