Html Css Color HEX #ED9710 Gamboge

📋 copy color: '#ED9710'

red 237 ◦ green 151 ◦ blue 16

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

Shades of Gamboge #ED9710

Tints of Gamboge #ED9710

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.38%

 BLUE value IS 16 (6.64% from 255) = 3.96%

R = 58.66%
G = 37.38%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#ED9710 (or 0xED9710) is known color: Gamboge. HEX triplet: ED, 97 and 10. RGB value is (237,151,16). Sum of RGB (Red+Green+Blue) = 237+151+16=404 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.66% from 404); Green value is 151 (59.38% from 255 or 37.38% from 404); Blue value is 16 (6.64% from 255 or 3.96% from 404); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9710 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED9710 is #1268EF. Grayscale: #A1A1A1. Windows color (decimal): -1206512 or 1087469. OLE color: 1087469.

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

Color convert

RGB 237 151 16 -
CMYK 0 0.36 0.93 0.07
HSL 36.65º 0.87% 0.5% -
HSV(B) 36.65º 0.93% 0.93% -
XYZ 46.09 40.18 5.82 -
YUV 161.32 45.99 181.98 -
System Red Green Blue C M Y K H S L
Decimal 237 151 16 0 0.36 0.93 0.07 36.65 0.87 0.5
Hex ED 97 10 0 24 5D 7 25 57 32
Octal 355 227 20 0 44 135 7 45 127 62
Binary 11101101 10010111 10000 0 100100 1011101 111 100101 1010111 110010

Color Harmonies of #ED9710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9710

Black with #ED9710

Text Example


Text Example

White with #ED9710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9710; }

 p { color: rgb(237,151,16); }

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

background-color css

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

 a { background-color: rgb(237,151,16); }

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

border-color css

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

 span { border-color: rgb(237,151,16); }

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