Html Css Color HEX #ED940D Gamboge

📋 copy color: '#ED940D'

red 237 ◦ green 148 ◦ blue 13

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

Shades of Gamboge #ED940D

Tints of Gamboge #ED940D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.27%

R = 59.55%
G = 37.19%
B = 3.27%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#ED940D (or 0xED940D) is known color: Gamboge. HEX triplet: ED, 94 and 0D. RGB value is (237,148,13). Sum of RGB (Red+Green+Blue) = 237+148+13=398 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.55% from 398); Green value is 148 (58.20% from 255 or 37.19% from 398); Blue value is 13 (5.47% from 255 or 3.27% from 398); Max value from RGB is 237 - color contains mainly: red. Hex color #ED940D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED940D is #126BF2. Grayscale: #9F9F9F. Windows color (decimal): -1207283 or 890093. OLE color: 890093.

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

Color convert

RGB 237 148 13 -
CMYK 0 0.38 0.95 0.07
HSL 36.16º 0.9% 0.49% -
HSV(B) 36.16º 0.95% 0.93% -
XYZ 45.59 39.21 5.55 -
YUV 159.22 45.49 183.48 -
System Red Green Blue C M Y K H S L
Decimal 237 148 13 0 0.38 0.95 0.07 36.16 0.9 0.49
Hex ED 94 D 0 26 5F 7 24 5A 31
Octal 355 224 15 0 46 137 7 44 132 61
Binary 11101101 10010100 1101 0 100110 1011111 111 100100 1011010 110001

Color Harmonies of #ED940D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED940D

Black with #ED940D

Text Example


Text Example

White with #ED940D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED940D; }

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

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

background-color css

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

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

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

border-color css

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

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

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