Html Css Color HEX #EF9032 Sun

📋 copy color: '#EF9032'

red 239 ◦ green 144 ◦ blue 50

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

Shades of Sun #EF9032

Tints of Sun #EF9032

RGB

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

 GREEN value IS 144 (56.64% from 255) = 33.26%

 BLUE value IS 50 (19.92% from 255) = 11.55%

R = 55.2%
G = 33.26%
B = 11.55%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#EF9032 (or 0xEF9032) is known color: Sun. HEX triplet: EF, 90 and 32. RGB value is (239,144,50). Sum of RGB (Red+Green+Blue) = 239+144+50=433 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.20% from 433); Green value is 144 (56.64% from 255 or 33.26% from 433); Blue value is 50 (19.92% from 255 or 11.55% from 433); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9032 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF9032 is #106FCD. Grayscale: #A2A2A2. Windows color (decimal): -1077198 or 3313903. OLE color: 3313903.

HSL color Cylindrical-coordinate representation of color #EF9032: hue angle of 29.84º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EF9032 is Cyan = 0, Magento = 0.40, Yellow = 0.79 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 144 50 -
CMYK 0 0.40 0.79 0.06
HSL 29.84º 0.86% 0.57% -
HSV(B) 29.84º 0.79% 0.94% -
XYZ 46.15 38.53 8.02 -
YUV 161.69 64.97 183.14 -
System Red Green Blue C M Y K H S L
Decimal 239 144 50 0 0.40 0.79 0.06 29.84 0.86 0.57
Hex EF 90 32 0 28 4F 6 1E 56 39
Octal 357 220 62 0 50 117 6 36 126 71
Binary 11101111 10010000 110010 0 101000 1001111 110 11110 1010110 111001

Color Harmonies of #EF9032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9032

Black with #EF9032

Text Example


Text Example

White with #EF9032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9032; }

 p { color: rgb(239,144,50); }

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

background-color css

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

 a { background-color: rgb(239,144,50); }

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

border-color css

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

 span { border-color: rgb(239,144,50); }

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