Html Css Color HEX #ED940F Gamboge

📋 copy color: '#ED940F'

red 237 ◦ green 148 ◦ blue 15

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

Shades of Gamboge #ED940F

Tints of Gamboge #ED940F

RGB

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

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

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

R = 59.25%
G = 37%
B = 3.75%

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

#ED940F (or 0xED940F) is known color: Gamboge. HEX triplet: ED, 94 and 0F. RGB value is (237,148,15). Sum of RGB (Red+Green+Blue) = 237+148+15=400 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.25% from 400); Green value is 148 (58.20% from 255 or 37% from 400); Blue value is 15 (6.25% from 255 or 3.75% from 400); Max value from RGB is 237 - color contains mainly: red. Hex color #ED940F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED940F is #126BF0. Grayscale: #A0A0A0. Windows color (decimal): -1207281 or 1021165. OLE color: 1021165.

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

Color convert

RGB 237 148 15 -
CMYK 0 0.38 0.94 0.07
HSL 35.95º 0.88% 0.49% -
HSV(B) 35.95º 0.94% 0.93% -
XYZ 45.6 39.22 5.62 -
YUV 159.45 46.49 183.31 -
System Red Green Blue C M Y K H S L
Decimal 237 148 15 0 0.38 0.94 0.07 35.95 0.88 0.49
Hex ED 94 F 0 26 5E 7 24 58 31
Octal 355 224 17 0 46 136 7 44 130 61
Binary 11101101 10010100 1111 0 100110 1011110 111 100100 1011000 110001

Color Harmonies of #ED940F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED940F

Black with #ED940F

Text Example


Text Example

White with #ED940F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED940F; }

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

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

background-color css

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

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

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

border-color css

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

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

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