Html Css Color HEX #E4940D Gamboge

📋 copy color: '#E4940D'

red 228 ◦ green 148 ◦ blue 13

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

Shades of Gamboge #E4940D

Tints of Gamboge #E4940D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.34%

R = 58.61%
G = 38.05%
B = 3.34%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.94

 K value IS 0.11

RGB Variations

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

Color information

#E4940D (or 0xE4940D) is known color: Gamboge. HEX triplet: E4, 94 and 0D. RGB value is (228,148,13). Sum of RGB (Red+Green+Blue) = 228+148+13=389 (51% of max value = 765). Red value is 228 (89.45% from 255 or 58.61% from 389); Green value is 148 (58.20% from 255 or 38.05% from 389); Blue value is 13 (5.47% from 255 or 3.34% from 389); Max value from RGB is 228 - color contains mainly: red. Hex color #E4940D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E4940D is #1B6BF2. Grayscale: #9D9D9D. Windows color (decimal): -1797107 or 890084. OLE color: 890084.

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

Color convert

RGB 228 148 13 -
CMYK 0 0.35 0.94 0.11
HSL 37.67º 0.89% 0.47% -
HSV(B) 37.67º 0.94% 0.89% -
XYZ 42.66 37.7 5.41 -
YUV 156.53 47 178.98 -
System Red Green Blue C M Y K H S L
Decimal 228 148 13 0 0.35 0.94 0.11 37.67 0.89 0.47
Hex E4 94 D 0 23 5E B 26 59 2F
Octal 344 224 15 0 43 136 13 46 131 57
Binary 11100100 10010100 1101 0 100011 1011110 1011 100110 1011001 101111

Color Harmonies of #E4940D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4940D

Black with #E4940D

Text Example


Text Example

White with #E4940D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4940D; }

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

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

background-color css

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

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

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

border-color css

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

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

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