Html Css Color HEX #ED950F Gamboge

📋 copy color: '#ED950F'

red 237 ◦ green 149 ◦ blue 15

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

Shades of Gamboge #ED950F

Tints of Gamboge #ED950F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.74%

R = 59.1%
G = 37.16%
B = 3.74%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#ED950F (or 0xED950F) is known color: Gamboge. HEX triplet: ED, 95 and 0F. RGB value is (237,149,15). Sum of RGB (Red+Green+Blue) = 237+149+15=401 (53% of max value = 765). Red value is 237 (92.97% from 255 or 59.10% from 401); Green value is 149 (58.59% from 255 or 37.16% from 401); Blue value is 15 (6.25% from 255 or 3.74% from 401); Max value from RGB is 237 - color contains mainly: red. Hex color #ED950F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED950F is #126AF0. Grayscale: #A0A0A0. Windows color (decimal): -1207025 or 1021421. OLE color: 1021421.

HSL color Cylindrical-coordinate representation of color #ED950F: hue angle of 36.22º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ED950F is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 149 15 -
CMYK 0 0.37 0.94 0.07
HSL 36.22º 0.88% 0.49% -
HSV(B) 36.22º 0.94% 0.93% -
XYZ 45.76 39.53 5.67 -
YUV 160.04 46.15 182.9 -
System Red Green Blue C M Y K H S L
Decimal 237 149 15 0 0.37 0.94 0.07 36.22 0.88 0.49
Hex ED 95 F 0 25 5E 7 24 58 31
Octal 355 225 17 0 45 136 7 44 130 61
Binary 11101101 10010101 1111 0 100101 1011110 111 100100 1011000 110001

Color Harmonies of #ED950F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED950F

Black with #ED950F

Text Example


Text Example

White with #ED950F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED950F; }

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

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

background-color css

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

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

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

border-color css

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

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

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