Html Css Color HEX #ED9E00 Gamboge

📋 copy color: '#ED9E00'

red 237 ◦ green 158 ◦ blue 0

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

Shades of Gamboge #ED9E00

Tints of Gamboge #ED9E00

RGB

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

 GREEN value IS 158 (62.11% from 255) = 40%

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

R = 60%
G = 40%
B = 0%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#ED9E00 (or 0xED9E00) is known color: Gamboge. HEX triplet: ED, 9E and 00. RGB value is (237,158,0). Sum of RGB (Red+Green+Blue) = 237+158+0=395 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60% from 395); Green value is 158 (62.11% from 255 or 40% from 395); Blue value is 0 (0.39% from 255 or 0% from 395); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9E00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED9E00 is #1261FF. Grayscale: #A4A4A4. Windows color (decimal): -1204736 or 40685. OLE color: 40685.

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

Color convert

RGB 237 158 0 -
CMYK 0 0.33 1 0.07
HSL 40º 1% 0.46% -
HSV(B) 40º 1% 0.93% -
XYZ 47.15 42.46 5.71 -
YUV 163.61 35.67 180.35 -
System Red Green Blue C M Y K H S L
Decimal 237 158 0 0 0.33 1 0.07 40 1 0.46
Hex ED 9E 0 0 21 64 7 28 64 2E
Octal 355 236 0 0 41 144 7 50 144 56
Binary 11101101 10011110 0 0 100001 1100100 111 101000 1100100 101110

Color Harmonies of #ED9E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9E00

Black with #ED9E00

Text Example


Text Example

White with #ED9E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9E00; }

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

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

background-color css

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

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

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

border-color css

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

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

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