Html Css Color HEX #E6980D Gamboge

📋 copy color: '#E6980D'

red 230 ◦ green 152 ◦ blue 13

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

Shades of Gamboge #E6980D

Tints of Gamboge #E6980D

RGB

 RED value IS 230 (90.23% from 255) = 58.23%

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

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

R = 58.23%
G = 38.48%
B = 3.29%

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

#E6980D (or 0xE6980D) is known color: Gamboge. HEX triplet: E6, 98 and 0D. RGB value is (230,152,13). Sum of RGB (Red+Green+Blue) = 230+152+13=395 (52% of max value = 765). Red value is 230 (90.23% from 255 or 58.23% from 395); Green value is 152 (59.77% from 255 or 38.48% from 395); Blue value is 13 (5.47% from 255 or 3.29% from 395); Max value from RGB is 230 - color contains mainly: red. Hex color #E6980D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6980D is #1967F2. Grayscale: #A0A0A0. Windows color (decimal): -1665011 or 891110. OLE color: 891110.

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

Color convert

RGB 230 152 13 -
CMYK 0 0.34 0.94 0.10
HSL 38.43º 0.89% 0.48% -
HSV(B) 38.43º 0.94% 0.9% -
XYZ 43.93 39.31 5.65 -
YUV 159.48 45.34 178.3 -
System Red Green Blue C M Y K H S L
Decimal 230 152 13 0 0.34 0.94 0.10 38.43 0.89 0.48
Hex E6 98 D 0 22 5E A 26 59 30
Octal 346 230 15 0 42 136 12 46 131 60
Binary 11100110 10011000 1101 0 100010 1011110 1010 100110 1011001 110000

Color Harmonies of #E6980D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6980D

Black with #E6980D

Text Example


Text Example

White with #E6980D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6980D; }

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

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

background-color css

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

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

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

border-color css

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

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

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