Html Css Color HEX #EF5E1B Persimmon

📋 copy color: '#EF5E1B'

red 239 ◦ green 94 ◦ blue 27

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

Shades of Persimmon #EF5E1B

Tints of Persimmon #EF5E1B

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.11%

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

R = 66.39%
G = 26.11%
B = 7.5%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#EF5E1B (or 0xEF5E1B) is known color: Persimmon. HEX triplet: EF, 5E and 1B. RGB value is (239,94,27). Sum of RGB (Red+Green+Blue) = 239+94+27=360 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.39% from 360); Green value is 94 (37.11% from 255 or 26.11% from 360); Blue value is 27 (10.94% from 255 or 7.5% from 360); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5E1B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5E1B is #10A1E4. Grayscale: #828282. Windows color (decimal): -1090021 or 1793775. OLE color: 1793775.

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

Color convert

RGB 239 94 27 -
CMYK 0 0.61 0.89 0.06
HSL 18.96º 0.87% 0.52% -
HSV(B) 18.96º 0.89% 0.94% -
XYZ 39.8 26.44 4.04 -
YUV 129.72 70.04 205.95 -
System Red Green Blue C M Y K H S L
Decimal 239 94 27 0 0.61 0.89 0.06 18.96 0.87 0.52
Hex EF 5E 1B 0 3D 59 6 13 57 34
Octal 357 136 33 0 75 131 6 23 127 64
Binary 11101111 1011110 11011 0 111101 1011001 110 10011 1010111 110100

Color Harmonies of #EF5E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5E1B

Black with #EF5E1B

Text Example


Text Example

White with #EF5E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5E1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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