Html Css Color HEX #ED9305 Gamboge

📋 copy color: '#ED9305'

red 237 ◦ green 147 ◦ blue 5

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

Shades of Gamboge #ED9305

Tints of Gamboge #ED9305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.29%

R = 60.93%
G = 37.79%
B = 1.29%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#ED9305 (or 0xED9305) is known color: Gamboge. HEX triplet: ED, 93 and 05. RGB value is (237,147,5). Sum of RGB (Red+Green+Blue) = 237+147+5=389 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.93% from 389); Green value is 147 (57.81% from 255 or 37.79% from 389); Blue value is 5 (2.34% from 255 or 1.29% from 389); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9305 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED9305 is #126CFA. Grayscale: #9E9E9E. Windows color (decimal): -1207547 or 365549. OLE color: 365549.

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

Color convert

RGB 237 147 5 -
CMYK 0 0.38 0.98 0.07
HSL 36.72º 0.96% 0.47% -
HSV(B) 36.72º 0.98% 0.93% -
XYZ 45.39 38.88 5.26 -
YUV 157.72 41.82 184.55 -
System Red Green Blue C M Y K H S L
Decimal 237 147 5 0 0.38 0.98 0.07 36.72 0.96 0.47
Hex ED 93 5 0 26 62 7 25 60 2F
Octal 355 223 5 0 46 142 7 45 140 57
Binary 11101101 10010011 101 0 100110 1100010 111 100101 1100000 101111

Color Harmonies of #ED9305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9305

Black with #ED9305

Text Example


Text Example

White with #ED9305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9305; }

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

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

background-color css

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

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

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

border-color css

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

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

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