Html Css Color HEX #EC963D Sun

📋 copy color: '#EC963D'

red 236 ◦ green 150 ◦ blue 61

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

Shades of Sun #EC963D

Tints of Sun #EC963D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 33.56%

 BLUE value IS 61 (24.22% from 255) = 13.65%

R = 52.8%
G = 33.56%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EC963D (or 0xEC963D) is known color: Sun. HEX triplet: EC, 96 and 3D. RGB value is (236,150,61). Sum of RGB (Red+Green+Blue) = 236+150+61=447 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.80% from 447); Green value is 150 (58.98% from 255 or 33.56% from 447); Blue value is 61 (24.22% from 255 or 13.65% from 447); Max value from RGB is 236 - color contains mainly: red. Hex color #EC963D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC963D is #1369C2. Grayscale: #A6A6A6. Windows color (decimal): -1272259 or 4036332. OLE color: 4036332.

HSL color Cylindrical-coordinate representation of color #EC963D: hue angle of 30.51º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EC963D is Cyan = 0, Magento = 0.36, Yellow = 0.74 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 150 61 -
CMYK 0 0.36 0.74 0.07
HSL 30.51º 0.82% 0.58% -
HSV(B) 30.51º 0.74% 0.93% -
XYZ 46.34 39.98 9.69 -
YUV 165.57 68.99 178.24 -
System Red Green Blue C M Y K H S L
Decimal 236 150 61 0 0.36 0.74 0.07 30.51 0.82 0.58
Hex EC 96 3D 0 24 4A 7 1F 52 3A
Octal 354 226 75 0 44 112 7 37 122 72
Binary 11101100 10010110 111101 0 100100 1001010 111 11111 1010010 111010

Color Harmonies of #EC963D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC963D

Black with #EC963D

Text Example


Text Example

White with #EC963D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC963D; }

 p { color: rgb(236,150,61); }

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

background-color css

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

 a { background-color: rgb(236,150,61); }

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

border-color css

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

 span { border-color: rgb(236,150,61); }

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