Html Css Color HEX #EF540B Persimmon

📋 copy color: '#EF540B'

red 239 ◦ green 84 ◦ blue 11

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

Shades of Persimmon #EF540B

Tints of Persimmon #EF540B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.15%

 BLUE value IS 11 (4.69% from 255) = 3.29%

R = 71.56%
G = 25.15%
B = 3.29%

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

#EF540B (or 0xEF540B) is known color: Persimmon. HEX triplet: EF, 54 and 0B. RGB value is (239,84,11). Sum of RGB (Red+Green+Blue) = 239+84+11=334 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.56% from 334); Green value is 84 (33.20% from 255 or 25.15% from 334); Blue value is 11 (4.69% from 255 or 3.29% from 334); Max value from RGB is 239 - color contains mainly: red. Hex color #EF540B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF540B is #10ABF4. Grayscale: #7A7A7A. Windows color (decimal): -1092597 or 742639. OLE color: 742639.

HSL color Cylindrical-coordinate representation of color #EF540B: hue angle of 19.21º degrees, saturation: 0.91, 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 #EF540B is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 84 11 -
CMYK 0 0.65 0.95 0.06
HSL 19.21º 0.91% 0.49% -
HSV(B) 19.21º 0.95% 0.94% -
XYZ 38.83 24.72 3.04 -
YUV 122.02 65.35 211.44 -
System Red Green Blue C M Y K H S L
Decimal 239 84 11 0 0.65 0.95 0.06 19.21 0.91 0.49
Hex EF 54 B 0 41 5F 6 13 5B 31
Octal 357 124 13 0 101 137 6 23 133 61
Binary 11101111 1010100 1011 0 1000001 1011111 110 10011 1011011 110001

Color Harmonies of #EF540B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF540B

Black with #EF540B

Text Example


Text Example

White with #EF540B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF540B; }

 p { color: rgb(239,84,11); }

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

background-color css

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

 a { background-color: rgb(239,84,11); }

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

border-color css

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

 span { border-color: rgb(239,84,11); }

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