Html Css Color HEX #EC930F Gamboge

📋 copy color: '#EC930F'

red 236 ◦ green 147 ◦ blue 15

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

Shades of Gamboge #EC930F

Tints of Gamboge #EC930F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.93%

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

R = 59.3%
G = 36.93%
B = 3.77%

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

#EC930F (or 0xEC930F) is known color: Gamboge. HEX triplet: EC, 93 and 0F. RGB value is (236,147,15). Sum of RGB (Red+Green+Blue) = 236+147+15=398 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.30% from 398); Green value is 147 (57.81% from 255 or 36.93% from 398); Blue value is 15 (6.25% from 255 or 3.77% from 398); Max value from RGB is 236 - color contains mainly: red. Hex color #EC930F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC930F is #136CF0. Grayscale: #9F9F9F. Windows color (decimal): -1273073 or 1020908. OLE color: 1020908.

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

Color convert

RGB 236 147 15 -
CMYK 0 0.38 0.94 0.07
HSL 35.84º 0.88% 0.49% -
HSV(B) 35.84º 0.94% 0.93% -
XYZ 45.11 38.73 5.55 -
YUV 158.56 46.99 183.23 -
System Red Green Blue C M Y K H S L
Decimal 236 147 15 0 0.38 0.94 0.07 35.84 0.88 0.49
Hex EC 93 F 0 26 5E 7 24 58 31
Octal 354 223 17 0 46 136 7 44 130 61
Binary 11101100 10010011 1111 0 100110 1011110 111 100100 1011000 110001

Color Harmonies of #EC930F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC930F

Black with #EC930F

Text Example


Text Example

White with #EC930F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC930F; }

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

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

background-color css

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

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

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

border-color css

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

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

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