Html Css Color HEX #ED9510 Gamboge

📋 copy color: '#ED9510'

red 237 ◦ green 149 ◦ blue 16

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

Shades of Gamboge #ED9510

Tints of Gamboge #ED9510

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.06%

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

R = 58.96%
G = 37.06%
B = 3.98%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#ED9510 (or 0xED9510) is known color: Gamboge. HEX triplet: ED, 95 and 10. RGB value is (237,149,16). Sum of RGB (Red+Green+Blue) = 237+149+16=402 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.96% from 402); Green value is 149 (58.59% from 255 or 37.06% from 402); Blue value is 16 (6.64% from 255 or 3.98% from 402); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9510 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED9510 is #126AEF. Grayscale: #A0A0A0. Windows color (decimal): -1207024 or 1086957. OLE color: 1086957.

HSL color Cylindrical-coordinate representation of color #ED9510: hue angle of 36.11º 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 #ED9510 is Cyan = 0, Magento = 0.37, Yellow = 0.93 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 149 16 -
CMYK 0 0.37 0.93 0.07
HSL 36.11º 0.87% 0.5% -
HSV(B) 36.11º 0.93% 0.93% -
XYZ 45.77 39.54 5.71 -
YUV 160.15 46.65 182.81 -
System Red Green Blue C M Y K H S L
Decimal 237 149 16 0 0.37 0.93 0.07 36.11 0.87 0.5
Hex ED 95 10 0 25 5D 7 24 57 32
Octal 355 225 20 0 45 135 7 44 127 62
Binary 11101101 10010101 10000 0 100101 1011101 111 100100 1010111 110010

Color Harmonies of #ED9510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9510

Black with #ED9510

Text Example


Text Example

White with #ED9510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9510; }

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

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

background-color css

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

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

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

border-color css

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

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

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