Html Css Color HEX #ED940C Gamboge

📋 copy color: '#ED940C'

red 237 ◦ green 148 ◦ blue 12

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

Shades of Gamboge #ED940C

Tints of Gamboge #ED940C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.02%

R = 59.7%
G = 37.28%
B = 3.02%

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

#ED940C (or 0xED940C) is known color: Gamboge. HEX triplet: ED, 94 and 0C. RGB value is (237,148,12). Sum of RGB (Red+Green+Blue) = 237+148+12=397 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.70% from 397); Green value is 148 (58.20% from 255 or 37.28% from 397); Blue value is 12 (5.08% from 255 or 3.02% from 397); Max value from RGB is 237 - color contains mainly: red. Hex color #ED940C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED940C is #126BF3. Grayscale: #9F9F9F. Windows color (decimal): -1207284 or 824557. OLE color: 824557.

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

Color convert

RGB 237 148 12 -
CMYK 0 0.38 0.95 0.07
HSL 36.27º 0.9% 0.49% -
HSV(B) 36.27º 0.95% 0.93% -
XYZ 45.58 39.21 5.51 -
YUV 159.11 44.99 183.56 -
System Red Green Blue C M Y K H S L
Decimal 237 148 12 0 0.38 0.95 0.07 36.27 0.9 0.49
Hex ED 94 C 0 26 5F 7 24 5A 31
Octal 355 224 14 0 46 137 7 44 132 61
Binary 11101101 10010100 1100 0 100110 1011111 111 100100 1011010 110001

Color Harmonies of #ED940C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED940C

Black with #ED940C

Text Example


Text Example

White with #ED940C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED940C; }

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

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

background-color css

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

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

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

border-color css

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

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

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