#ED930F

Color #ED930F Gamboge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gamboge #ED930F

Tints of Gamboge #ED930F

Color information

#ED930F (or 0xED930F) is unknown color: approx Gamboge. HEX triplet: ED, 93 and 0F. RGB value is (237,147,15). Sum of RGB (Red+Green+Blue) = 237+147+15=399 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.40% from 399); Green value is 147 (57.81% from 255 or 36.84% from 399); Blue value is 15 (6.25% from 255 or 3.76% from 399); Max value from RGB is 237 - color contains mainly: red. Hex color #ED930F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED930F is #126CF0. Grayscale: #9F9F9F. Windows color (decimal): -1207537 or 1020909. OLE color: 1020909.

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

Color convert

RGB23714715-
CMYK00.380.940.07
HSL35.68º88.1%49.41%-
HSV(B)35.68º93.67%92.94%-
XYZ45.4438.915.57-
YUV158.8646.82183.73-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 59.40%
GREEN value IS 147 (57.81% from 255) = 36.84%
BLUE value IS 15 (6.25% from 255) = 3.76%
R=59.40%
G=36.84%
B=3.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.94
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371471500.380.940.0735.6888.149.41
HexED93F0265E7245831
Octal3552231704613674413061
Binary11101101100100111111010011010111101111001001011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED930F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED930F; }

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

 H1.HeaderClassName
 {
   color: #ED930F;
 }
 .AnyTagClassName
 {
   color: #ED930F;
 }
</style>
background-color css

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

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

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

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

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

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