Html Css Color HEX #ED9603 Gamboge

📋 copy color: '#ED9603'

red 237 ◦ green 150 ◦ blue 3

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

Shades of Gamboge #ED9603

Tints of Gamboge #ED9603

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.77%

R = 60.77%
G = 38.46%
B = 0.77%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#ED9603 (or 0xED9603) is known color: Gamboge. HEX triplet: ED, 96 and 03. RGB value is (237,150,3). Sum of RGB (Red+Green+Blue) = 237+150+3=390 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.77% from 390); Green value is 150 (58.98% from 255 or 38.46% from 390); Blue value is 3 (1.56% from 255 or 0.77% from 390); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9603 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED9603 is #1269FC. Grayscale: #9F9F9F. Windows color (decimal): -1206781 or 235245. OLE color: 235245.

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

Color convert

RGB 237 150 3 -
CMYK 0 0.37 0.99 0.07
HSL 37.69º 0.98% 0.47% -
HSV(B) 37.69º 0.99% 0.93% -
XYZ 45.85 39.82 5.36 -
YUV 159.26 39.82 183.45 -
System Red Green Blue C M Y K H S L
Decimal 237 150 3 0 0.37 0.99 0.07 37.69 0.98 0.47
Hex ED 96 3 0 25 63 7 26 62 2F
Octal 355 226 3 0 45 143 7 46 142 57
Binary 11101101 10010110 11 0 100101 1100011 111 100110 1100010 101111

Color Harmonies of #ED9603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9603

Black with #ED9603

Text Example


Text Example

White with #ED9603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9603; }

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

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

background-color css

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

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

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

border-color css

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

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

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