Html Css Color HEX #E6980B Gamboge

📋 copy color: '#E6980B'

red 230 ◦ green 152 ◦ blue 11

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

Shades of Gamboge #E6980B

Tints of Gamboge #E6980B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.8%

R = 58.52%
G = 38.68%
B = 2.8%

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

#E6980B (or 0xE6980B) is known color: Gamboge. HEX triplet: E6, 98 and 0B. RGB value is (230,152,11). Sum of RGB (Red+Green+Blue) = 230+152+11=393 (52% of max value = 765). Red value is 230 (90.23% from 255 or 58.52% from 393); Green value is 152 (59.77% from 255 or 38.68% from 393); Blue value is 11 (4.69% from 255 or 2.80% from 393); Max value from RGB is 230 - color contains mainly: red. Hex color #E6980B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6980B is #1967F4. Grayscale: #9F9F9F. Windows color (decimal): -1665013 or 760038. OLE color: 760038.

HSL color Cylindrical-coordinate representation of color #E6980B: hue angle of 38.63º degrees, saturation: 0.91, 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 #E6980B is Cyan = 0, Magento = 0.34, Yellow = 0.95 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 152 11 -
CMYK 0 0.34 0.95 0.10
HSL 38.63º 0.91% 0.47% -
HSV(B) 38.63º 0.95% 0.9% -
XYZ 43.92 39.3 5.59 -
YUV 159.25 44.34 178.46 -
System Red Green Blue C M Y K H S L
Decimal 230 152 11 0 0.34 0.95 0.10 38.63 0.91 0.47
Hex E6 98 B 0 22 5F A 27 5B 2F
Octal 346 230 13 0 42 137 12 47 133 57
Binary 11100110 10011000 1011 0 100010 1011111 1010 100111 1011011 101111

Color Harmonies of #E6980B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6980B

Black with #E6980B

Text Example


Text Example

White with #E6980B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6980B; }

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

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

background-color css

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

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

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

border-color css

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

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

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