Html Css Color HEX #EF8430 Sun

📋 copy color: '#EF8430'

red 239 ◦ green 132 ◦ blue 48

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

Shades of Sun #EF8430

Tints of Sun #EF8430

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.5%

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

R = 57.04%
G = 31.5%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#EF8430 (or 0xEF8430) is known color: Sun. HEX triplet: EF, 84 and 30. RGB value is (239,132,48). Sum of RGB (Red+Green+Blue) = 239+132+48=419 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.04% from 419); Green value is 132 (51.95% from 255 or 31.50% from 419); Blue value is 48 (19.14% from 255 or 11.46% from 419); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8430 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8430 is #107BCF. Grayscale: #9A9A9A. Windows color (decimal): -1080272 or 3179759. OLE color: 3179759.

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

Color convert

RGB 239 132 48 -
CMYK 0 0.45 0.80 0.06
HSL 26.39º 0.86% 0.56% -
HSV(B) 26.39º 0.8% 0.94% -
XYZ 44.38 35.07 7.23 -
YUV 154.42 67.95 188.33 -
System Red Green Blue C M Y K H S L
Decimal 239 132 48 0 0.45 0.80 0.06 26.39 0.86 0.56
Hex EF 84 30 0 2D 50 6 1A 56 38
Octal 357 204 60 0 55 120 6 32 126 70
Binary 11101111 10000100 110000 0 101101 1010000 110 11010 1010110 111000

Color Harmonies of #EF8430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8430

Black with #EF8430

Text Example


Text Example

White with #EF8430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8430; }

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

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

background-color css

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

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

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

border-color css

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

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

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