Html Css Color HEX #E2940D Gamboge

📋 copy color: '#E2940D'

red 226 ◦ green 148 ◦ blue 13

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

Shades of Gamboge #E2940D

Tints of Gamboge #E2940D

RGB

 RED value IS 226 (88.67% from 255) = 58.4%

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

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

R = 58.4%
G = 38.24%
B = 3.36%

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

#E2940D (or 0xE2940D) is known color: Gamboge. HEX triplet: E2, 94 and 0D. RGB value is (226,148,13). Sum of RGB (Red+Green+Blue) = 226+148+13=387 (51% of max value = 765). Red value is 226 (88.67% from 255 or 58.40% from 387); Green value is 148 (58.20% from 255 or 38.24% from 387); Blue value is 13 (5.47% from 255 or 3.36% from 387); Max value from RGB is 226 - color contains mainly: red. Hex color #E2940D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2940D is #1D6BF2. Grayscale: #9C9C9C. Windows color (decimal): -1928179 or 890082. OLE color: 890082.

HSL color Cylindrical-coordinate representation of color #E2940D: hue angle of 38.03º 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 #E2940D is Cyan = 0, Magento = 0.35, Yellow = 0.94 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 148 13 -
CMYK 0 0.35 0.94 0.11
HSL 38.03º 0.89% 0.47% -
HSV(B) 38.03º 0.94% 0.89% -
XYZ 42.03 37.38 5.38 -
YUV 155.93 47.34 177.98 -
System Red Green Blue C M Y K H S L
Decimal 226 148 13 0 0.35 0.94 0.11 38.03 0.89 0.47
Hex E2 94 D 0 23 5E B 26 59 2F
Octal 342 224 15 0 43 136 13 46 131 57
Binary 11100010 10010100 1101 0 100011 1011110 1011 100110 1011001 101111

Color Harmonies of #E2940D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2940D

Black with #E2940D

Text Example


Text Example

White with #E2940D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2940D; }

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

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

background-color css

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

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

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

border-color css

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

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

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