Html Css Color HEX #ED9209 Gamboge

📋 copy color: '#ED9209'

red 237 ◦ green 146 ◦ blue 9

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

Shades of Gamboge #ED9209

Tints of Gamboge #ED9209

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.24%

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

R = 60.46%
G = 37.24%
B = 2.3%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#ED9209 (or 0xED9209) is known color: Gamboge. HEX triplet: ED, 92 and 09. RGB value is (237,146,9). Sum of RGB (Red+Green+Blue) = 237+146+9=392 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.46% from 392); Green value is 146 (57.42% from 255 or 37.24% from 392); Blue value is 9 (3.91% from 255 or 2.30% from 392); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9209 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED9209 is #126DF6. Grayscale: #9E9E9E. Windows color (decimal): -1207799 or 627437. OLE color: 627437.

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

Color convert

RGB 237 146 9 -
CMYK 0 0.38 0.96 0.07
HSL 36.05º 0.93% 0.48% -
HSV(B) 36.05º 0.96% 0.93% -
XYZ 45.25 38.58 5.32 -
YUV 157.59 44.15 184.64 -
System Red Green Blue C M Y K H S L
Decimal 237 146 9 0 0.38 0.96 0.07 36.05 0.93 0.48
Hex ED 92 9 0 26 60 7 24 5D 30
Octal 355 222 11 0 46 140 7 44 135 60
Binary 11101101 10010010 1001 0 100110 1100000 111 100100 1011101 110000

Color Harmonies of #ED9209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9209

Black with #ED9209

Text Example


Text Example

White with #ED9209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9209; }

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

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

background-color css

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

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

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

border-color css

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

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

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