Html Css Color HEX #EF551B Persimmon

📋 copy color: '#EF551B'

red 239 ◦ green 85 ◦ blue 27

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

Shades of Persimmon #EF551B

Tints of Persimmon #EF551B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.22%

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

R = 68.09%
G = 24.22%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#EF551B (or 0xEF551B) is known color: Persimmon. HEX triplet: EF, 55 and 1B. RGB value is (239,85,27). Sum of RGB (Red+Green+Blue) = 239+85+27=351 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.09% from 351); Green value is 85 (33.59% from 255 or 24.22% from 351); Blue value is 27 (10.94% from 255 or 7.69% from 351); Max value from RGB is 239 - color contains mainly: red. Hex color #EF551B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF551B is #10AAE4. Grayscale: #7C7C7C. Windows color (decimal): -1092325 or 1791471. OLE color: 1791471.

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

Color convert

RGB 239 85 27 -
CMYK 0 0.64 0.89 0.06
HSL 16.42º 0.87% 0.52% -
HSV(B) 16.42º 0.89% 0.94% -
XYZ 39.04 24.93 3.79 -
YUV 124.43 73.02 209.72 -
System Red Green Blue C M Y K H S L
Decimal 239 85 27 0 0.64 0.89 0.06 16.42 0.87 0.52
Hex EF 55 1B 0 40 59 6 10 57 34
Octal 357 125 33 0 100 131 6 20 127 64
Binary 11101111 1010101 11011 0 1000000 1011001 110 10000 1010111 110100

Color Harmonies of #EF551B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF551B

Black with #EF551B

Text Example


Text Example

White with #EF551B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF551B; }

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

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

background-color css

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

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

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

border-color css

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

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

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