Html Css Color HEX #E5980D Gamboge

📋 copy color: '#E5980D'

red 229 ◦ green 152 ◦ blue 13

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

Shades of Gamboge #E5980D

Tints of Gamboge #E5980D

RGB

 RED value IS 229 (89.84% from 255) = 58.12%

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

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

R = 58.12%
G = 38.58%
B = 3.3%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#E5980D (or 0xE5980D) is known color: Gamboge. HEX triplet: E5, 98 and 0D. RGB value is (229,152,13). Sum of RGB (Red+Green+Blue) = 229+152+13=394 (52% of max value = 765). Red value is 229 (89.84% from 255 or 58.12% from 394); Green value is 152 (59.77% from 255 or 38.58% from 394); Blue value is 13 (5.47% from 255 or 3.30% from 394); Max value from RGB is 229 - color contains mainly: red. Hex color #E5980D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5980D is #1A67F2. Grayscale: #9F9F9F. Windows color (decimal): -1730547 or 891109. OLE color: 891109.

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

Color convert

RGB 229 152 13 -
CMYK 0 0.34 0.94 0.10
HSL 38.61º 0.89% 0.47% -
HSV(B) 38.61º 0.94% 0.9% -
XYZ 43.61 39.14 5.64 -
YUV 159.18 45.51 177.8 -
System Red Green Blue C M Y K H S L
Decimal 229 152 13 0 0.34 0.94 0.10 38.61 0.89 0.47
Hex E5 98 D 0 22 5E A 27 59 2F
Octal 345 230 15 0 42 136 12 47 131 57
Binary 11100101 10011000 1101 0 100010 1011110 1010 100111 1011001 101111

Color Harmonies of #E5980D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5980D

Black with #E5980D

Text Example


Text Example

White with #E5980D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5980D; }

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

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

background-color css

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

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

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

border-color css

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

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

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