Html Css Color HEX #E5980C Gamboge

📋 copy color: '#E5980C'

red 229 ◦ green 152 ◦ blue 12

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

Shades of Gamboge #E5980C

Tints of Gamboge #E5980C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.05%

R = 58.27%
G = 38.68%
B = 3.05%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#E5980C (or 0xE5980C) is known color: Gamboge. HEX triplet: E5, 98 and 0C. RGB value is (229,152,12). Sum of RGB (Red+Green+Blue) = 229+152+12=393 (52% of max value = 765). Red value is 229 (89.84% from 255 or 58.27% from 393); Green value is 152 (59.77% from 255 or 38.68% from 393); Blue value is 12 (5.08% from 255 or 3.05% from 393); Max value from RGB is 229 - color contains mainly: red. Hex color #E5980C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5980C is #1A67F3. Grayscale: #9F9F9F. Windows color (decimal): -1730548 or 825573. OLE color: 825573.

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

Color convert

RGB 229 152 12 -
CMYK 0 0.34 0.95 0.10
HSL 38.71º 0.9% 0.47% -
HSV(B) 38.71º 0.95% 0.9% -
XYZ 43.61 39.14 5.6 -
YUV 159.06 45.01 177.88 -
System Red Green Blue C M Y K H S L
Decimal 229 152 12 0 0.34 0.95 0.10 38.71 0.9 0.47
Hex E5 98 C 0 22 5F A 27 5A 2F
Octal 345 230 14 0 42 137 12 47 132 57
Binary 11100101 10011000 1100 0 100010 1011111 1010 100111 1011010 101111

Color Harmonies of #E5980C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5980C

Black with #E5980C

Text Example


Text Example

White with #E5980C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5980C; }

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

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

background-color css

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

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

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

border-color css

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

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

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