Html Css Color HEX #EF5318 Persimmon

📋 copy color: '#EF5318'

red 239 ◦ green 83 ◦ blue 24

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

Shades of Persimmon #EF5318

Tints of Persimmon #EF5318

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.99%

 BLUE value IS 24 (9.77% from 255) = 6.94%

R = 69.08%
G = 23.99%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#EF5318 (or 0xEF5318) is known color: Persimmon. HEX triplet: EF, 53 and 18. RGB value is (239,83,24). Sum of RGB (Red+Green+Blue) = 239+83+24=346 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.08% from 346); Green value is 83 (32.81% from 255 or 23.99% from 346); Blue value is 24 (9.77% from 255 or 6.94% from 346); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5318 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5318 is #10ACE7. Grayscale: #7B7B7B. Windows color (decimal): -1092840 or 1594351. OLE color: 1594351.

HSL color Cylindrical-coordinate representation of color #EF5318: hue angle of 16.47º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF5318 is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 83 24 -
CMYK 0 0.65 0.90 0.06
HSL 16.47º 0.87% 0.52% -
HSV(B) 16.47º 0.9% 0.94% -
XYZ 38.85 24.6 3.57 -
YUV 122.92 72.18 210.8 -
System Red Green Blue C M Y K H S L
Decimal 239 83 24 0 0.65 0.90 0.06 16.47 0.87 0.52
Hex EF 53 18 0 41 5A 6 10 57 34
Octal 357 123 30 0 101 132 6 20 127 64
Binary 11101111 1010011 11000 0 1000001 1011010 110 10000 1010111 110100

Color Harmonies of #EF5318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5318

Black with #EF5318

Text Example


Text Example

White with #EF5318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5318; }

 p { color: rgb(239,83,24); }

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

background-color css

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

 a { background-color: rgb(239,83,24); }

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

border-color css

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

 span { border-color: rgb(239,83,24); }

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