Html Css Color HEX #E6980A Gamboge

📋 copy color: '#E6980A'

red 230 ◦ green 152 ◦ blue 10

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

Shades of Gamboge #E6980A

Tints of Gamboge #E6980A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.55%

R = 58.67%
G = 38.78%
B = 2.55%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.96

 K value IS 0.10

RGB Variations

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

Color information

#E6980A (or 0xE6980A) is known color: Gamboge. HEX triplet: E6, 98 and 0A. RGB value is (230,152,10). Sum of RGB (Red+Green+Blue) = 230+152+10=392 (51% of max value = 765). Red value is 230 (90.23% from 255 or 58.67% from 392); Green value is 152 (59.77% from 255 or 38.78% from 392); Blue value is 10 (4.30% from 255 or 2.55% from 392); Max value from RGB is 230 - color contains mainly: red. Hex color #E6980A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6980A is #1967F5. Grayscale: #9F9F9F. Windows color (decimal): -1665014 or 694502. OLE color: 694502.

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

Color convert

RGB 230 152 10 -
CMYK 0 0.34 0.96 0.10
HSL 38.73º 0.92% 0.47% -
HSV(B) 38.73º 0.96% 0.9% -
XYZ 43.92 39.3 5.56 -
YUV 159.13 43.84 178.55 -
System Red Green Blue C M Y K H S L
Decimal 230 152 10 0 0.34 0.96 0.10 38.73 0.92 0.47
Hex E6 98 A 0 22 60 A 27 5C 2F
Octal 346 230 12 0 42 140 12 47 134 57
Binary 11100110 10011000 1010 0 100010 1100000 1010 100111 1011100 101111

Color Harmonies of #E6980A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6980A

Black with #E6980A

Text Example


Text Example

White with #E6980A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6980A; }

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

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

background-color css

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

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

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

border-color css

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

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

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