Html Css Color HEX #EF8B2C Sun

📋 copy color: '#EF8B2C'

red 239 ◦ green 139 ◦ blue 44

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

Shades of Sun #EF8B2C

Tints of Sun #EF8B2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.43%

R = 56.64%
G = 32.94%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EF8B2C (or 0xEF8B2C) is known color: Sun. HEX triplet: EF, 8B and 2C. RGB value is (239,139,44). Sum of RGB (Red+Green+Blue) = 239+139+44=422 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.64% from 422); Green value is 139 (54.69% from 255 or 32.94% from 422); Blue value is 44 (17.58% from 255 or 10.43% from 422); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8B2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8B2C is #1074D3. Grayscale: #9E9E9E. Windows color (decimal): -1078484 or 2919407. OLE color: 2919407.

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

Color convert

RGB 239 139 44 -
CMYK 0 0.42 0.82 0.06
HSL 29.23º 0.86% 0.55% -
HSV(B) 29.23º 0.82% 0.94% -
XYZ 45.28 37 7.14 -
YUV 158.07 63.63 185.72 -
System Red Green Blue C M Y K H S L
Decimal 239 139 44 0 0.42 0.82 0.06 29.23 0.86 0.55
Hex EF 8B 2C 0 2A 52 6 1D 56 37
Octal 357 213 54 0 52 122 6 35 126 67
Binary 11101111 10001011 101100 0 101010 1010010 110 11101 1010110 110111

Color Harmonies of #EF8B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8B2C

Black with #EF8B2C

Text Example


Text Example

White with #EF8B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8B2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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