Html Css Color HEX #E4940F Gamboge

📋 copy color: '#E4940F'

red 228 ◦ green 148 ◦ blue 15

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

Shades of Gamboge #E4940F

Tints of Gamboge #E4940F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.85%

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

R = 58.31%
G = 37.85%
B = 3.84%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#E4940F (or 0xE4940F) is known color: Gamboge. HEX triplet: E4, 94 and 0F. RGB value is (228,148,15). Sum of RGB (Red+Green+Blue) = 228+148+15=391 (51% of max value = 765). Red value is 228 (89.45% from 255 or 58.31% from 391); Green value is 148 (58.20% from 255 or 37.85% from 391); Blue value is 15 (6.25% from 255 or 3.84% from 391); Max value from RGB is 228 - color contains mainly: red. Hex color #E4940F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E4940F is #1B6BF0. Grayscale: #9D9D9D. Windows color (decimal): -1797105 or 1021156. OLE color: 1021156.

HSL color Cylindrical-coordinate representation of color #E4940F: hue angle of 37.46º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E4940F is Cyan = 0, Magento = 0.35, Yellow = 0.93 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 148 15 -
CMYK 0 0.35 0.93 0.11
HSL 37.46º 0.88% 0.48% -
HSV(B) 37.46º 0.93% 0.89% -
XYZ 42.67 37.71 5.48 -
YUV 156.76 48 178.81 -
System Red Green Blue C M Y K H S L
Decimal 228 148 15 0 0.35 0.93 0.11 37.46 0.88 0.48
Hex E4 94 F 0 23 5D B 25 58 30
Octal 344 224 17 0 43 135 13 45 130 60
Binary 11100100 10010100 1111 0 100011 1011101 1011 100101 1011000 110000

Color Harmonies of #E4940F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4940F

Black with #E4940F

Text Example


Text Example

White with #E4940F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4940F; }

 p { color: rgb(228,148,15); }

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

background-color css

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

 a { background-color: rgb(228,148,15); }

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

border-color css

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

 span { border-color: rgb(228,148,15); }

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