Html Css Color HEX #EF530F Persimmon

📋 copy color: '#EF530F'

red 239 ◦ green 83 ◦ blue 15

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

Shades of Persimmon #EF530F

Tints of Persimmon #EF530F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.45%

R = 70.92%
G = 24.63%
B = 4.45%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#EF530F (or 0xEF530F) is known color: Persimmon. HEX triplet: EF, 53 and 0F. RGB value is (239,83,15). Sum of RGB (Red+Green+Blue) = 239+83+15=337 (44% of max value = 765). Red value is 239 (93.75% from 255 or 70.92% from 337); Green value is 83 (32.81% from 255 or 24.63% from 337); Blue value is 15 (6.25% from 255 or 4.45% from 337); Max value from RGB is 239 - color contains mainly: red. Hex color #EF530F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF530F is #10ACF0. Grayscale: #7A7A7A. Windows color (decimal): -1092849 or 1004527. OLE color: 1004527.

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

Color convert

RGB 239 83 15 -
CMYK 0 0.65 0.94 0.06
HSL 18.21º 0.88% 0.5% -
HSV(B) 18.21º 0.94% 0.94% -
XYZ 38.78 24.57 3.15 -
YUV 121.89 67.68 211.53 -
System Red Green Blue C M Y K H S L
Decimal 239 83 15 0 0.65 0.94 0.06 18.21 0.88 0.5
Hex EF 53 F 0 41 5E 6 12 58 32
Octal 357 123 17 0 101 136 6 22 130 62
Binary 11101111 1010011 1111 0 1000001 1011110 110 10010 1011000 110010

Color Harmonies of #EF530F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF530F

Black with #EF530F

Text Example


Text Example

White with #EF530F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF530F; }

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

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

background-color css

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

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

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

border-color css

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

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

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