Html Css Color HEX #EF9130 Sun

📋 copy color: '#EF9130'

red 239 ◦ green 145 ◦ blue 48

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

Shades of Sun #EF9130

Tints of Sun #EF9130

RGB

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

 GREEN value IS 145 (57.03% from 255) = 33.56%

 BLUE value IS 48 (19.14% from 255) = 11.11%

R = 55.32%
G = 33.56%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#EF9130 (or 0xEF9130) is known color: Sun. HEX triplet: EF, 91 and 30. RGB value is (239,145,48). Sum of RGB (Red+Green+Blue) = 239+145+48=432 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.32% from 432); Green value is 145 (57.03% from 255 or 33.56% from 432); Blue value is 48 (19.14% from 255 or 11.11% from 432); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9130 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF9130 is #106ECF. Grayscale: #A2A2A2. Windows color (decimal): -1076944 or 3183087. OLE color: 3183087.

HSL color Cylindrical-coordinate representation of color #EF9130: hue angle of 30.47º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EF9130 is Cyan = 0, Magento = 0.39, Yellow = 0.80 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 145 48 -
CMYK 0 0.39 0.80 0.06
HSL 30.47º 0.86% 0.56% -
HSV(B) 30.47º 0.8% 0.94% -
XYZ 46.26 38.81 7.85 -
YUV 162.05 63.64 182.89 -
System Red Green Blue C M Y K H S L
Decimal 239 145 48 0 0.39 0.80 0.06 30.47 0.86 0.56
Hex EF 91 30 0 27 50 6 1E 56 38
Octal 357 221 60 0 47 120 6 36 126 70
Binary 11101111 10010001 110000 0 100111 1010000 110 11110 1010110 111000

Color Harmonies of #EF9130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9130

Black with #EF9130

Text Example


Text Example

White with #EF9130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9130; }

 p { color: rgb(239,145,48); }

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

background-color css

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

 a { background-color: rgb(239,145,48); }

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

border-color css

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

 span { border-color: rgb(239,145,48); }

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