Html Css Color HEX #E2980D Gamboge

📋 copy color: '#E2980D'

red 226 ◦ green 152 ◦ blue 13

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

Shades of Gamboge #E2980D

Tints of Gamboge #E2980D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.87%

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

R = 57.8%
G = 38.87%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.94

 K value IS 0.11

RGB Variations

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

Color information

#E2980D (or 0xE2980D) is known color: Gamboge. HEX triplet: E2, 98 and 0D. RGB value is (226,152,13). Sum of RGB (Red+Green+Blue) = 226+152+13=391 (51% of max value = 765). Red value is 226 (88.67% from 255 or 57.80% from 391); Green value is 152 (59.77% from 255 or 38.87% from 391); Blue value is 13 (5.47% from 255 or 3.32% from 391); Max value from RGB is 226 - color contains mainly: red. Hex color #E2980D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2980D is #1D67F2. Grayscale: #9E9E9E. Windows color (decimal): -1927155 or 891106. OLE color: 891106.

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

Color convert

RGB 226 152 13 -
CMYK 0 0.33 0.94 0.11
HSL 39.15º 0.89% 0.47% -
HSV(B) 39.15º 0.94% 0.89% -
XYZ 42.66 38.65 5.59 -
YUV 158.28 46.02 176.3 -
System Red Green Blue C M Y K H S L
Decimal 226 152 13 0 0.33 0.94 0.11 39.15 0.89 0.47
Hex E2 98 D 0 21 5E B 27 59 2F
Octal 342 230 15 0 41 136 13 47 131 57
Binary 11100010 10011000 1101 0 100001 1011110 1011 100111 1011001 101111

Color Harmonies of #E2980D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2980D

Black with #E2980D

Text Example


Text Example

White with #E2980D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2980D; }

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

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

background-color css

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

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

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

border-color css

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

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

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