Html Css Color HEX #EF530C Persimmon

📋 copy color: '#EF530C'

red 239 ◦ green 83 ◦ blue 12

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

Shades of Persimmon #EF530C

Tints of Persimmon #EF530C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.59%

R = 71.56%
G = 24.85%
B = 3.59%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EF530C (or 0xEF530C) is known color: Persimmon. HEX triplet: EF, 53 and 0C. RGB value is (239,83,12). Sum of RGB (Red+Green+Blue) = 239+83+12=334 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.56% from 334); Green value is 83 (32.81% from 255 or 24.85% from 334); Blue value is 12 (5.08% from 255 or 3.59% from 334); Max value from RGB is 239 - color contains mainly: red. Hex color #EF530C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF530C is #10ACF3. Grayscale: #797979. Windows color (decimal): -1092852 or 807919. OLE color: 807919.

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

Color convert

RGB 239 83 12 -
CMYK 0 0.65 0.95 0.06
HSL 18.77º 0.9% 0.49% -
HSV(B) 18.77º 0.95% 0.94% -
XYZ 38.76 24.56 3.05 -
YUV 121.55 66.18 211.77 -
System Red Green Blue C M Y K H S L
Decimal 239 83 12 0 0.65 0.95 0.06 18.77 0.9 0.49
Hex EF 53 C 0 41 5F 6 13 5A 31
Octal 357 123 14 0 101 137 6 23 132 61
Binary 11101111 1010011 1100 0 1000001 1011111 110 10011 1011010 110001

Color Harmonies of #EF530C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF530C

Black with #EF530C

Text Example


Text Example

White with #EF530C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF530C; }

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

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

background-color css

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

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

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

border-color css

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

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

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