Html Css Color HEX #ED960E Gamboge

📋 copy color: '#ED960E'

red 237 ◦ green 150 ◦ blue 14

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

Shades of Gamboge #ED960E

Tints of Gamboge #ED960E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.41%

 BLUE value IS 14 (5.86% from 255) = 3.49%

R = 59.1%
G = 37.41%
B = 3.49%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#ED960E (or 0xED960E) is known color: Gamboge. HEX triplet: ED, 96 and 0E. RGB value is (237,150,14). Sum of RGB (Red+Green+Blue) = 237+150+14=401 (53% of max value = 765). Red value is 237 (92.97% from 255 or 59.10% from 401); Green value is 150 (58.98% from 255 or 37.41% from 401); Blue value is 14 (5.86% from 255 or 3.49% from 401); Max value from RGB is 237 - color contains mainly: red. Hex color #ED960E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED960E is #1269F1. Grayscale: #A1A1A1. Windows color (decimal): -1206770 or 956141. OLE color: 956141.

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

Color convert

RGB 237 150 14 -
CMYK 0 0.37 0.94 0.07
HSL 36.59º 0.89% 0.49% -
HSV(B) 36.59º 0.94% 0.93% -
XYZ 45.91 39.85 5.69 -
YUV 160.51 45.32 182.56 -
System Red Green Blue C M Y K H S L
Decimal 237 150 14 0 0.37 0.94 0.07 36.59 0.89 0.49
Hex ED 96 E 0 25 5E 7 25 59 31
Octal 355 226 16 0 45 136 7 45 131 61
Binary 11101101 10010110 1110 0 100101 1011110 111 100101 1011001 110001

Color Harmonies of #ED960E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED960E

Black with #ED960E

Text Example


Text Example

White with #ED960E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED960E; }

 p { color: rgb(237,150,14); }

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

background-color css

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

 a { background-color: rgb(237,150,14); }

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

border-color css

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

 span { border-color: rgb(237,150,14); }

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