Html Css Color HEX #ED9600 Gamboge

📋 copy color: '#ED9600'

red 237 ◦ green 150 ◦ blue 0

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

Shades of Gamboge #ED9600

Tints of Gamboge #ED9600

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 61.24%
G = 38.76%
B = 0%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#ED9600 (or 0xED9600) is known color: Gamboge. HEX triplet: ED, 96 and 00. RGB value is (237,150,0). Sum of RGB (Red+Green+Blue) = 237+150+0=387 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.24% from 387); Green value is 150 (58.98% from 255 or 38.76% from 387); Blue value is 0 (0.39% from 255 or 0% from 387); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9600 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED9600 is #1269FF. Grayscale: #9F9F9F. Windows color (decimal): -1206784 or 38637. OLE color: 38637.

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

Color convert

RGB 237 150 0 -
CMYK 0 0.37 1 0.07
HSL 37.97º 1% 0.46% -
HSV(B) 37.97º 1% 0.93% -
XYZ 45.83 39.82 5.27 -
YUV 158.91 38.32 183.7 -
System Red Green Blue C M Y K H S L
Decimal 237 150 0 0 0.37 1 0.07 37.97 1 0.46
Hex ED 96 0 0 25 64 7 26 64 2E
Octal 355 226 0 0 45 144 7 46 144 56
Binary 11101101 10010110 0 0 100101 1100100 111 100110 1100100 101110

Color Harmonies of #ED9600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9600

Black with #ED9600

Text Example


Text Example

White with #ED9600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9600; }

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

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

background-color css

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

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

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

border-color css

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

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

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