Html Css Color HEX #ED940E Gamboge

📋 copy color: '#ED940E'

red 237 ◦ green 148 ◦ blue 14

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

Shades of Gamboge #ED940E

Tints of Gamboge #ED940E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.09%

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

R = 59.4%
G = 37.09%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#ED940E (or 0xED940E) is known color: Gamboge. HEX triplet: ED, 94 and 0E. RGB value is (237,148,14). Sum of RGB (Red+Green+Blue) = 237+148+14=399 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.40% from 399); Green value is 148 (58.20% from 255 or 37.09% from 399); Blue value is 14 (5.86% from 255 or 3.51% from 399); Max value from RGB is 237 - color contains mainly: red. Hex color #ED940E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED940E is #126BF1. Grayscale: #9F9F9F. Windows color (decimal): -1207282 or 955629. OLE color: 955629.

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

Color convert

RGB 237 148 14 -
CMYK 0 0.38 0.94 0.07
HSL 36.05º 0.89% 0.49% -
HSV(B) 36.05º 0.94% 0.93% -
XYZ 45.59 39.22 5.58 -
YUV 159.34 45.99 183.4 -
System Red Green Blue C M Y K H S L
Decimal 237 148 14 0 0.38 0.94 0.07 36.05 0.89 0.49
Hex ED 94 E 0 26 5E 7 24 59 31
Octal 355 224 16 0 46 136 7 44 131 61
Binary 11101101 10010100 1110 0 100110 1011110 111 100100 1011001 110001

Color Harmonies of #ED940E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED940E

Black with #ED940E

Text Example


Text Example

White with #ED940E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED940E; }

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

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

background-color css

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

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

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

border-color css

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

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

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