Html Css Color HEX #ED9306 Gamboge

📋 copy color: '#ED9306'

red 237 ◦ green 147 ◦ blue 6

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

Shades of Gamboge #ED9306

Tints of Gamboge #ED9306

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.69%

 BLUE value IS 6 (2.73% from 255) = 1.54%

R = 60.77%
G = 37.69%
B = 1.54%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#ED9306 (or 0xED9306) is known color: Gamboge. HEX triplet: ED, 93 and 06. RGB value is (237,147,6). Sum of RGB (Red+Green+Blue) = 237+147+6=390 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.77% from 390); Green value is 147 (57.81% from 255 or 37.69% from 390); Blue value is 6 (2.73% from 255 or 1.54% from 390); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9306 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED9306 is #126CF9. Grayscale: #9E9E9E. Windows color (decimal): -1207546 or 431085. OLE color: 431085.

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

Color convert

RGB 237 147 6 -
CMYK 0 0.38 0.97 0.07
HSL 36.62º 0.95% 0.48% -
HSV(B) 36.62º 0.97% 0.93% -
XYZ 45.39 38.89 5.29 -
YUV 157.84 42.32 184.46 -
System Red Green Blue C M Y K H S L
Decimal 237 147 6 0 0.38 0.97 0.07 36.62 0.95 0.48
Hex ED 93 6 0 26 61 7 25 5F 30
Octal 355 223 6 0 46 141 7 45 137 60
Binary 11101101 10010011 110 0 100110 1100001 111 100101 1011111 110000

Color Harmonies of #ED9306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9306

Black with #ED9306

Text Example


Text Example

White with #ED9306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9306; }

 p { color: rgb(237,147,6); }

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

background-color css

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

 a { background-color: rgb(237,147,6); }

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

border-color css

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

 span { border-color: rgb(237,147,6); }

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