Html Css Color HEX #EF8B32 Sun

📋 copy color: '#EF8B32'

red 239 ◦ green 139 ◦ blue 50

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

Shades of Sun #EF8B32

Tints of Sun #EF8B32

RGB

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

 GREEN value IS 139 (54.69% from 255) = 32.48%

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

R = 55.84%
G = 32.48%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#EF8B32 (or 0xEF8B32) is known color: Sun. HEX triplet: EF, 8B and 32. RGB value is (239,139,50). Sum of RGB (Red+Green+Blue) = 239+139+50=428 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.84% from 428); Green value is 139 (54.69% from 255 or 32.48% from 428); Blue value is 50 (19.92% from 255 or 11.68% from 428); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8B32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8B32 is #1074CD. Grayscale: #9F9F9F. Windows color (decimal): -1078478 or 3312623. OLE color: 3312623.

HSL color Cylindrical-coordinate representation of color #EF8B32: hue angle of 28.25º 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 #EF8B32 is Cyan = 0, Magento = 0.42, Yellow = 0.79 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 139 50 -
CMYK 0 0.42 0.79 0.06
HSL 28.25º 0.86% 0.57% -
HSV(B) 28.25º 0.79% 0.94% -
XYZ 45.4 37.05 7.78 -
YUV 158.75 66.63 185.24 -
System Red Green Blue C M Y K H S L
Decimal 239 139 50 0 0.42 0.79 0.06 28.25 0.86 0.57
Hex EF 8B 32 0 2A 4F 6 1C 56 39
Octal 357 213 62 0 52 117 6 34 126 71
Binary 11101111 10001011 110010 0 101010 1001111 110 11100 1010110 111001

Color Harmonies of #EF8B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8B32

Black with #EF8B32

Text Example


Text Example

White with #EF8B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8B32; }

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

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

background-color css

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

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

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

border-color css

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

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

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