Html Css Color HEX #ED9504 Gamboge

📋 copy color: '#ED9504'

red 237 ◦ green 149 ◦ blue 4

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

Shades of Gamboge #ED9504

Tints of Gamboge #ED9504

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.21%

 BLUE value IS 4 (1.95% from 255) = 1.03%

R = 60.77%
G = 38.21%
B = 1.03%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#ED9504 (or 0xED9504) is known color: Gamboge. HEX triplet: ED, 95 and 04. RGB value is (237,149,4). Sum of RGB (Red+Green+Blue) = 237+149+4=390 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.77% from 390); Green value is 149 (58.59% from 255 or 38.21% from 390); Blue value is 4 (1.95% from 255 or 1.03% from 390); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9504 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED9504 is #126AFB. Grayscale: #9F9F9F. Windows color (decimal): -1207036 or 300525. OLE color: 300525.

HSL color Cylindrical-coordinate representation of color #ED9504: hue angle of 37.34º degrees, saturation: 0.97, 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 #ED9504 is Cyan = 0, Magento = 0.37, Yellow = 0.98 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 149 4 -
CMYK 0 0.37 0.98 0.07
HSL 37.34º 0.97% 0.47% -
HSV(B) 37.34º 0.98% 0.93% -
XYZ 45.69 39.51 5.33 -
YUV 158.78 40.65 183.79 -
System Red Green Blue C M Y K H S L
Decimal 237 149 4 0 0.37 0.98 0.07 37.34 0.97 0.47
Hex ED 95 4 0 25 62 7 25 61 2F
Octal 355 225 4 0 45 142 7 45 141 57
Binary 11101101 10010101 100 0 100101 1100010 111 100101 1100001 101111

Color Harmonies of #ED9504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9504

Black with #ED9504

Text Example


Text Example

White with #ED9504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9504; }

 p { color: rgb(237,149,4); }

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

background-color css

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

 a { background-color: rgb(237,149,4); }

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

border-color css

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

 span { border-color: rgb(237,149,4); }

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