Html Css Color HEX #ED9609 Gamboge

📋 copy color: '#ED9609'

red 237 ◦ green 150 ◦ blue 9

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

Shades of Gamboge #ED9609

Tints of Gamboge #ED9609

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.27%

R = 59.85%
G = 37.88%
B = 2.27%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#ED9609 (or 0xED9609) is known color: Gamboge. HEX triplet: ED, 96 and 09. RGB value is (237,150,9). Sum of RGB (Red+Green+Blue) = 237+150+9=396 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.85% from 396); Green value is 150 (58.98% from 255 or 37.88% from 396); Blue value is 9 (3.91% from 255 or 2.27% from 396); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9609 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED9609 is #1269F6. Grayscale: #A0A0A0. Windows color (decimal): -1206775 or 628461. OLE color: 628461.

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

Color convert

RGB 237 150 9 -
CMYK 0 0.37 0.96 0.07
HSL 37.11º 0.93% 0.48% -
HSV(B) 37.11º 0.96% 0.93% -
XYZ 45.88 39.84 5.53 -
YUV 159.94 42.82 182.96 -
System Red Green Blue C M Y K H S L
Decimal 237 150 9 0 0.37 0.96 0.07 37.11 0.93 0.48
Hex ED 96 9 0 25 60 7 25 5D 30
Octal 355 226 11 0 45 140 7 45 135 60
Binary 11101101 10010110 1001 0 100101 1100000 111 100101 1011101 110000

Color Harmonies of #ED9609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9609

Black with #ED9609

Text Example


Text Example

White with #ED9609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9609; }

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

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

background-color css

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

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

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

border-color css

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

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

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