Html Css Color HEX #ED950E Gamboge

📋 copy color: '#ED950E'

red 237 ◦ green 149 ◦ blue 14

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

Shades of Gamboge #ED950E

Tints of Gamboge #ED950E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.5%

R = 59.25%
G = 37.25%
B = 3.5%

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

#ED950E (or 0xED950E) is known color: Gamboge. HEX triplet: ED, 95 and 0E. RGB value is (237,149,14). Sum of RGB (Red+Green+Blue) = 237+149+14=400 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.25% from 400); Green value is 149 (58.59% from 255 or 37.25% from 400); Blue value is 14 (5.86% from 255 or 3.5% from 400); Max value from RGB is 237 - color contains mainly: red. Hex color #ED950E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED950E is #126AF1. Grayscale: #A0A0A0. Windows color (decimal): -1207026 or 955885. OLE color: 955885.

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

Color convert

RGB 237 149 14 -
CMYK 0 0.37 0.94 0.07
HSL 36.32º 0.89% 0.49% -
HSV(B) 36.32º 0.94% 0.93% -
XYZ 45.75 39.53 5.63 -
YUV 159.92 45.65 182.98 -
System Red Green Blue C M Y K H S L
Decimal 237 149 14 0 0.37 0.94 0.07 36.32 0.89 0.49
Hex ED 95 E 0 25 5E 7 24 59 31
Octal 355 225 16 0 45 136 7 44 131 61
Binary 11101101 10010101 1110 0 100101 1011110 111 100100 1011001 110001

Color Harmonies of #ED950E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED950E

Black with #ED950E

Text Example


Text Example

White with #ED950E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED950E; }

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

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

background-color css

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

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

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

border-color css

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

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

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