Html Css Color HEX #EC940D Gamboge

📋 copy color: '#EC940D'

red 236 ◦ green 148 ◦ blue 13

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

Shades of Gamboge #EC940D

Tints of Gamboge #EC940D

RGB

 RED value IS 236 (92.58% from 255) = 59.45%

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

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

R = 59.45%
G = 37.28%
B = 3.27%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EC940D (or 0xEC940D) is known color: Gamboge. HEX triplet: EC, 94 and 0D. RGB value is (236,148,13). Sum of RGB (Red+Green+Blue) = 236+148+13=397 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.45% from 397); Green value is 148 (58.20% from 255 or 37.28% from 397); Blue value is 13 (5.47% from 255 or 3.27% from 397); Max value from RGB is 236 - color contains mainly: red. Hex color #EC940D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC940D is #136BF2. Grayscale: #9F9F9F. Windows color (decimal): -1272819 or 890092. OLE color: 890092.

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

Color convert

RGB 236 148 13 -
CMYK 0 0.37 0.94 0.07
HSL 36.32º 0.9% 0.49% -
HSV(B) 36.32º 0.94% 0.93% -
XYZ 45.25 39.04 5.53 -
YUV 158.92 45.65 182.98 -
System Red Green Blue C M Y K H S L
Decimal 236 148 13 0 0.37 0.94 0.07 36.32 0.9 0.49
Hex EC 94 D 0 25 5E 7 24 5A 31
Octal 354 224 15 0 45 136 7 44 132 61
Binary 11101100 10010100 1101 0 100101 1011110 111 100100 1011010 110001

Color Harmonies of #EC940D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC940D

Black with #EC940D

Text Example


Text Example

White with #EC940D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC940D; }

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

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

background-color css

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

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

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

border-color css

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

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

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