Html Css Color HEX #ED980F Gamboge

📋 copy color: '#ED980F'

red 237 ◦ green 152 ◦ blue 15

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

Shades of Gamboge #ED980F

Tints of Gamboge #ED980F

RGB

 RED value IS 237 (92.97% from 255) = 58.66%

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

 BLUE value IS 15 (6.25% from 255) = 3.71%

R = 58.66%
G = 37.62%
B = 3.71%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#ED980F (or 0xED980F) is known color: Gamboge. HEX triplet: ED, 98 and 0F. RGB value is (237,152,15). Sum of RGB (Red+Green+Blue) = 237+152+15=404 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.66% from 404); Green value is 152 (59.77% from 255 or 37.62% from 404); Blue value is 15 (6.25% from 255 or 3.71% from 404); Max value from RGB is 237 - color contains mainly: red. Hex color #ED980F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED980F is #1267F0. Grayscale: #A2A2A2. Windows color (decimal): -1206257 or 1022189. OLE color: 1022189.

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

Color convert

RGB 237 152 15 -
CMYK 0 0.36 0.94 0.07
HSL 37.03º 0.88% 0.49% -
HSV(B) 37.03º 0.94% 0.93% -
XYZ 46.24 40.5 5.83 -
YUV 161.8 45.16 181.64 -
System Red Green Blue C M Y K H S L
Decimal 237 152 15 0 0.36 0.94 0.07 37.03 0.88 0.49
Hex ED 98 F 0 24 5E 7 25 58 31
Octal 355 230 17 0 44 136 7 45 130 61
Binary 11101101 10011000 1111 0 100100 1011110 111 100101 1011000 110001

Color Harmonies of #ED980F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED980F

Black with #ED980F

Text Example


Text Example

White with #ED980F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED980F; }

 p { color: rgb(237,152,15); }

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

background-color css

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

 a { background-color: rgb(237,152,15); }

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

border-color css

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

 span { border-color: rgb(237,152,15); }

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