Html Css Color HEX #EF4F1B Persimmon

📋 copy color: '#EF4F1B'

red 239 ◦ green 79 ◦ blue 27

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

Shades of Persimmon #EF4F1B

Tints of Persimmon #EF4F1B

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.9%

 BLUE value IS 27 (10.94% from 255) = 7.83%

R = 69.28%
G = 22.9%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#EF4F1B (or 0xEF4F1B) is known color: Persimmon. HEX triplet: EF, 4F and 1B. RGB value is (239,79,27). Sum of RGB (Red+Green+Blue) = 239+79+27=345 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.28% from 345); Green value is 79 (31.25% from 255 or 22.90% from 345); Blue value is 27 (10.94% from 255 or 7.83% from 345); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4F1B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF4F1B is #10B0E4. Grayscale: #797979. Windows color (decimal): -1093861 or 1789935. OLE color: 1789935.

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

Color convert

RGB 239 79 27 -
CMYK 0 0.67 0.89 0.06
HSL 14.72º 0.87% 0.52% -
HSV(B) 14.72º 0.89% 0.94% -
XYZ 38.59 24.02 3.64 -
YUV 120.91 75.01 212.23 -
System Red Green Blue C M Y K H S L
Decimal 239 79 27 0 0.67 0.89 0.06 14.72 0.87 0.52
Hex EF 4F 1B 0 43 59 6 F 57 34
Octal 357 117 33 0 103 131 6 17 127 64
Binary 11101111 1001111 11011 0 1000011 1011001 110 1111 1010111 110100

Color Harmonies of #EF4F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4F1B

Black with #EF4F1B

Text Example


Text Example

White with #EF4F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4F1B; }

 p { color: rgb(239,79,27); }

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

background-color css

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

 a { background-color: rgb(239,79,27); }

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

border-color css

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

 span { border-color: rgb(239,79,27); }

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