Html Css Color HEX #EF511B Persimmon

📋 copy color: '#EF511B'

red 239 ◦ green 81 ◦ blue 27

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

Shades of Persimmon #EF511B

Tints of Persimmon #EF511B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.34%

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

R = 68.88%
G = 23.34%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#EF511B (or 0xEF511B) is known color: Persimmon. HEX triplet: EF, 51 and 1B. RGB value is (239,81,27). Sum of RGB (Red+Green+Blue) = 239+81+27=347 (45% of max value = 765). Red value is 239 (93.75% from 255 or 68.88% from 347); Green value is 81 (32.03% from 255 or 23.34% from 347); Blue value is 27 (10.94% from 255 or 7.78% from 347); Max value from RGB is 239 - color contains mainly: red. Hex color #EF511B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF511B is #10AEE4. Grayscale: #7A7A7A. Windows color (decimal): -1093349 or 1790447. OLE color: 1790447.

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

Color convert

RGB 239 81 27 -
CMYK 0 0.66 0.89 0.06
HSL 15.28º 0.87% 0.52% -
HSV(B) 15.28º 0.89% 0.94% -
XYZ 38.74 24.31 3.69 -
YUV 122.09 74.35 211.39 -
System Red Green Blue C M Y K H S L
Decimal 239 81 27 0 0.66 0.89 0.06 15.28 0.87 0.52
Hex EF 51 1B 0 42 59 6 F 57 34
Octal 357 121 33 0 102 131 6 17 127 64
Binary 11101111 1010001 11011 0 1000010 1011001 110 1111 1010111 110100

Color Harmonies of #EF511B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF511B

Black with #EF511B

Text Example


Text Example

White with #EF511B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF511B; }

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

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

background-color css

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

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

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

border-color css

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

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

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