Html Css Color HEX #E49D1F Gamboge

📋 copy color: '#E49D1F'

red 228 ◦ green 157 ◦ blue 31

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

Shades of Gamboge #E49D1F

Tints of Gamboge #E49D1F

RGB

 RED value IS 228 (89.45% from 255) = 54.81%

 GREEN value IS 157 (61.72% from 255) = 37.74%

 BLUE value IS 31 (12.5% from 255) = 7.45%

R = 54.81%
G = 37.74%
B = 7.45%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#E49D1F (or 0xE49D1F) is known color: Gamboge. HEX triplet: E4, 9D and 1F. RGB value is (228,157,31). Sum of RGB (Red+Green+Blue) = 228+157+31=416 (55% of max value = 765). Red value is 228 (89.45% from 255 or 54.81% from 416); Green value is 157 (61.72% from 255 or 37.74% from 416); Blue value is 31 (12.5% from 255 or 7.45% from 416); Max value from RGB is 228 - color contains mainly: red. Hex color #E49D1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E49D1F is #1B62E0. Grayscale: #A4A4A4. Windows color (decimal): -1794785 or 2072036. OLE color: 2072036.

HSL color Cylindrical-coordinate representation of color #E49D1F: hue angle of 38.38º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E49D1F is Cyan = 0, Magento = 0.31, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 157 31 -
CMYK 0 0.31 0.86 0.11
HSL 38.38º 0.78% 0.51% -
HSV(B) 38.38º 0.86% 0.89% -
XYZ 44.3 40.71 6.82 -
YUV 163.87 53.02 173.75 -
System Red Green Blue C M Y K H S L
Decimal 228 157 31 0 0.31 0.86 0.11 38.38 0.78 0.51
Hex E4 9D 1F 0 1F 56 B 26 4E 33
Octal 344 235 37 0 37 126 13 46 116 63
Binary 11100100 10011101 11111 0 11111 1010110 1011 100110 1001110 110011

Color Harmonies of #E49D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E49D1F

Black with #E49D1F

Text Example


Text Example

White with #E49D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E49D1F; }

 p { color: rgb(228,157,31); }

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

background-color css

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

 a { background-color: rgb(228,157,31); }

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

border-color css

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

 span { border-color: rgb(228,157,31); }

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