Html Css Color HEX #ED9900 Gamboge

📋 copy color: '#ED9900'

red 237 ◦ green 153 ◦ blue 0

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

Shades of Gamboge #ED9900

Tints of Gamboge #ED9900

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.23%

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

R = 60.77%
G = 39.23%
B = 0%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#ED9900 (or 0xED9900) is known color: Gamboge. HEX triplet: ED, 99 and 00. RGB value is (237,153,0). Sum of RGB (Red+Green+Blue) = 237+153+0=390 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.77% from 390); Green value is 153 (60.16% from 255 or 39.23% from 390); Blue value is 0 (0.39% from 255 or 0% from 390); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9900 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED9900 is #1266FF. Grayscale: #A1A1A1. Windows color (decimal): -1206016 or 39405. OLE color: 39405.

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

Color convert

RGB 237 153 0 -
CMYK 0 0.35 1 0.07
HSL 38.73º 1% 0.46% -
HSV(B) 38.73º 1% 0.93% -
XYZ 46.32 40.79 5.43 -
YUV 160.67 37.33 182.44 -
System Red Green Blue C M Y K H S L
Decimal 237 153 0 0 0.35 1 0.07 38.73 1 0.46
Hex ED 99 0 0 23 64 7 27 64 2E
Octal 355 231 0 0 43 144 7 47 144 56
Binary 11101101 10011001 0 0 100011 1100100 111 100111 1100100 101110

Color Harmonies of #ED9900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9900

Black with #ED9900

Text Example


Text Example

White with #ED9900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9900; }

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

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

background-color css

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

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

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

border-color css

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

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

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