Html Css Color HEX #EF980D Gamboge

📋 copy color: '#EF980D'

red 239 ◦ green 152 ◦ blue 13

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

Shades of Gamboge #EF980D

Tints of Gamboge #EF980D

RGB

 RED value IS 239 (93.75% from 255) = 59.16%

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

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

R = 59.16%
G = 37.62%
B = 3.22%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EF980D (or 0xEF980D) is known color: Gamboge. HEX triplet: EF, 98 and 0D. RGB value is (239,152,13). Sum of RGB (Red+Green+Blue) = 239+152+13=404 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.16% from 404); Green value is 152 (59.77% from 255 or 37.62% from 404); Blue value is 13 (5.47% from 255 or 3.22% from 404); Max value from RGB is 239 - color contains mainly: red. Hex color #EF980D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF980D is #1067F2. Grayscale: #A2A2A2. Windows color (decimal): -1075187 or 891119. OLE color: 891119.

HSL color Cylindrical-coordinate representation of color #EF980D: hue angle of 36.9º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EF980D is Cyan = 0, Magento = 0.36, Yellow = 0.95 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 152 13 -
CMYK 0 0.36 0.95 0.06
HSL 36.9º 0.9% 0.49% -
HSV(B) 36.9º 0.95% 0.94% -
XYZ 46.9 40.84 5.79 -
YUV 162.17 43.82 182.8 -
System Red Green Blue C M Y K H S L
Decimal 239 152 13 0 0.36 0.95 0.06 36.9 0.9 0.49
Hex EF 98 D 0 24 5F 6 25 5A 31
Octal 357 230 15 0 44 137 6 45 132 61
Binary 11101111 10011000 1101 0 100100 1011111 110 100101 1011010 110001

Color Harmonies of #EF980D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF980D

Black with #EF980D

Text Example


Text Example

White with #EF980D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF980D; }

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

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

background-color css

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

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

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

border-color css

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

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

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