Html Css Color HEX #ED980C Gamboge

📋 copy color: '#ED980C'

red 237 ◦ green 152 ◦ blue 12

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

Shades of Gamboge #ED980C

Tints of Gamboge #ED980C

RGB

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

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

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

R = 59.1%
G = 37.91%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#ED980C (or 0xED980C) is known color: Gamboge. HEX triplet: ED, 98 and 0C. RGB value is (237,152,12). Sum of RGB (Red+Green+Blue) = 237+152+12=401 (53% of max value = 765). Red value is 237 (92.97% from 255 or 59.10% from 401); Green value is 152 (59.77% from 255 or 37.91% from 401); Blue value is 12 (5.08% from 255 or 2.99% from 401); Max value from RGB is 237 - color contains mainly: red. Hex color #ED980C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED980C is #1267F3. Grayscale: #A2A2A2. Windows color (decimal): -1206260 or 825581. OLE color: 825581.

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

Color convert

RGB 237 152 12 -
CMYK 0 0.36 0.95 0.07
HSL 37.33º 0.9% 0.49% -
HSV(B) 37.33º 0.95% 0.93% -
XYZ 46.22 40.49 5.73 -
YUV 161.46 43.66 181.88 -
System Red Green Blue C M Y K H S L
Decimal 237 152 12 0 0.36 0.95 0.07 37.33 0.9 0.49
Hex ED 98 C 0 24 5F 7 25 5A 31
Octal 355 230 14 0 44 137 7 45 132 61
Binary 11101101 10011000 1100 0 100100 1011111 111 100101 1011010 110001

Color Harmonies of #ED980C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED980C

Black with #ED980C

Text Example


Text Example

White with #ED980C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED980C; }

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

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

background-color css

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

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

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

border-color css

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

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

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