Html Css Color HEX #EF963C Sun

📋 copy color: '#EF963C'

red 239 ◦ green 150 ◦ blue 60

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

Shades of Sun #EF963C

Tints of Sun #EF963C

RGB

 RED value IS 239 (93.75% from 255) = 53.23%

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

 BLUE value IS 60 (23.83% from 255) = 13.36%

R = 53.23%
G = 33.41%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#EF963C (or 0xEF963C) is known color: Sun. HEX triplet: EF, 96 and 3C. RGB value is (239,150,60). Sum of RGB (Red+Green+Blue) = 239+150+60=449 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.23% from 449); Green value is 150 (58.98% from 255 or 33.41% from 449); Blue value is 60 (23.83% from 255 or 13.36% from 449); Max value from RGB is 239 - color contains mainly: red. Hex color #EF963C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF963C is #1069C3. Grayscale: #A6A6A6. Windows color (decimal): -1075652 or 3970799. OLE color: 3970799.

HSL color Cylindrical-coordinate representation of color #EF963C: hue angle of 30.17º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EF963C is Cyan = 0, Magento = 0.37, Yellow = 0.75 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 150 60 -
CMYK 0 0.37 0.75 0.06
HSL 30.17º 0.85% 0.59% -
HSV(B) 30.17º 0.75% 0.94% -
XYZ 47.32 40.49 9.6 -
YUV 166.35 67.99 179.82 -
System Red Green Blue C M Y K H S L
Decimal 239 150 60 0 0.37 0.75 0.06 30.17 0.85 0.59
Hex EF 96 3C 0 25 4B 6 1E 55 3B
Octal 357 226 74 0 45 113 6 36 125 73
Binary 11101111 10010110 111100 0 100101 1001011 110 11110 1010101 111011

Color Harmonies of #EF963C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF963C

Black with #EF963C

Text Example


Text Example

White with #EF963C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF963C; }

 p { color: rgb(239,150,60); }

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

background-color css

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

 a { background-color: rgb(239,150,60); }

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

border-color css

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

 span { border-color: rgb(239,150,60); }

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