Html Css Color HEX #ED9507 Gamboge

📋 copy color: '#ED9507'

red 237 ◦ green 149 ◦ blue 7

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

Shades of Gamboge #ED9507

Tints of Gamboge #ED9507

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.78%

R = 60.31%
G = 37.91%
B = 1.78%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#ED9507 (or 0xED9507) is known color: Gamboge. HEX triplet: ED, 95 and 07. RGB value is (237,149,7). Sum of RGB (Red+Green+Blue) = 237+149+7=393 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60.31% from 393); Green value is 149 (58.59% from 255 or 37.91% from 393); Blue value is 7 (3.12% from 255 or 1.78% from 393); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9507 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED9507 is #126AF8. Grayscale: #9F9F9F. Windows color (decimal): -1207033 or 497133. OLE color: 497133.

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

Color convert

RGB 237 149 7 -
CMYK 0 0.37 0.97 0.07
HSL 37.04º 0.94% 0.48% -
HSV(B) 37.04º 0.97% 0.93% -
XYZ 45.71 39.51 5.42 -
YUV 159.12 42.15 183.55 -
System Red Green Blue C M Y K H S L
Decimal 237 149 7 0 0.37 0.97 0.07 37.04 0.94 0.48
Hex ED 95 7 0 25 61 7 25 5E 30
Octal 355 225 7 0 45 141 7 45 136 60
Binary 11101101 10010101 111 0 100101 1100001 111 100101 1011110 110000

Color Harmonies of #ED9507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9507

Black with #ED9507

Text Example


Text Example

White with #ED9507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9507; }

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

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

background-color css

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

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

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

border-color css

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

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

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