Html Css Color HEX #EE531D Persimmon

📋 copy color: '#EE531D'

red 238 ◦ green 83 ◦ blue 29

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

Shades of Persimmon #EE531D

Tints of Persimmon #EE531D

RGB

 RED value IS 238 (93.36% from 255) = 68%

 GREEN value IS 83 (32.81% from 255) = 23.71%

 BLUE value IS 29 (11.72% from 255) = 8.29%

R = 68%
G = 23.71%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EE531D (or 0xEE531D) is known color: Persimmon. HEX triplet: EE, 53 and 1D. RGB value is (238,83,29). Sum of RGB (Red+Green+Blue) = 238+83+29=350 (46% of max value = 765). Red value is 238 (93.36% from 255 or 68% from 350); Green value is 83 (32.81% from 255 or 23.71% from 350); Blue value is 29 (11.72% from 255 or 8.29% from 350); Max value from RGB is 238 - color contains mainly: red. Hex color #EE531D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE531D is #11ACE2. Grayscale: #7B7B7B. Windows color (decimal): -1158371 or 1922030. OLE color: 1922030.

HSL color Cylindrical-coordinate representation of color #EE531D: hue angle of 15.5º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EE531D is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 83 29 -
CMYK 0 0.65 0.88 0.07
HSL 15.5º 0.86% 0.52% -
HSV(B) 15.5º 0.88% 0.93% -
XYZ 38.57 24.45 3.85 -
YUV 123.19 74.85 209.89 -
System Red Green Blue C M Y K H S L
Decimal 238 83 29 0 0.65 0.88 0.07 15.5 0.86 0.52
Hex EE 53 1D 0 41 58 7 10 56 34
Octal 356 123 35 0 101 130 7 20 126 64
Binary 11101110 1010011 11101 0 1000001 1011000 111 10000 1010110 110100

Color Harmonies of #EE531D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE531D

Black with #EE531D

Text Example


Text Example

White with #EE531D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE531D; }

 p { color: rgb(238,83,29); }

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

background-color css

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

 a { background-color: rgb(238,83,29); }

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

border-color css

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

 span { border-color: rgb(238,83,29); }

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