Html Css Color HEX #EB980C Gamboge

📋 copy color: '#EB980C'

red 235 ◦ green 152 ◦ blue 12

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

Shades of Gamboge #EB980C

Tints of Gamboge #EB980C

RGB

 RED value IS 235 (92.19% from 255) = 58.9%

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

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

R = 58.9%
G = 38.1%
B = 3.01%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EB980C (or 0xEB980C) is known color: Gamboge. HEX triplet: EB, 98 and 0C. RGB value is (235,152,12). Sum of RGB (Red+Green+Blue) = 235+152+12=399 (52% of max value = 765). Red value is 235 (92.19% from 255 or 58.90% from 399); Green value is 152 (59.77% from 255 or 38.10% from 399); Blue value is 12 (5.08% from 255 or 3.01% from 399); Max value from RGB is 235 - color contains mainly: red. Hex color #EB980C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EB980C is #1467F3. Grayscale: #A1A1A1. Windows color (decimal): -1337332 or 825579. OLE color: 825579.

HSL color Cylindrical-coordinate representation of color #EB980C: hue angle of 37.67º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EB980C is Cyan = 0, Magento = 0.35, Yellow = 0.95 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 152 12 -
CMYK 0 0.35 0.95 0.08
HSL 37.67º 0.9% 0.48% -
HSV(B) 37.67º 0.95% 0.92% -
XYZ 45.56 40.15 5.7 -
YUV 160.86 44 180.88 -
System Red Green Blue C M Y K H S L
Decimal 235 152 12 0 0.35 0.95 0.08 37.67 0.9 0.48
Hex EB 98 C 0 23 5F 8 26 5A 30
Octal 353 230 14 0 43 137 10 46 132 60
Binary 11101011 10011000 1100 0 100011 1011111 1000 100110 1011010 110000

Color Harmonies of #EB980C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB980C

Black with #EB980C

Text Example


Text Example

White with #EB980C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB980C; }

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

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

background-color css

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

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

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

border-color css

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

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

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