Html Css Color HEX #EE531A Persimmon

📋 copy color: '#EE531A'

red 238 ◦ green 83 ◦ blue 26

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

Shades of Persimmon #EE531A

Tints of Persimmon #EE531A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.49%

R = 68.59%
G = 23.92%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EE531A (or 0xEE531A) is known color: Persimmon. HEX triplet: EE, 53 and 1A. RGB value is (238,83,26). Sum of RGB (Red+Green+Blue) = 238+83+26=347 (45% of max value = 765). Red value is 238 (93.36% from 255 or 68.59% from 347); Green value is 83 (32.81% from 255 or 23.92% from 347); Blue value is 26 (10.55% from 255 or 7.49% from 347); Max value from RGB is 238 - color contains mainly: red. Hex color #EE531A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE531A is #11ACE5. Grayscale: #7B7B7B. Windows color (decimal): -1158374 or 1725422. OLE color: 1725422.

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

Color convert

RGB 238 83 26 -
CMYK 0 0.65 0.89 0.07
HSL 16.13º 0.86% 0.52% -
HSV(B) 16.13º 0.89% 0.93% -
XYZ 38.54 24.44 3.66 -
YUV 122.85 73.35 210.13 -
System Red Green Blue C M Y K H S L
Decimal 238 83 26 0 0.65 0.89 0.07 16.13 0.86 0.52
Hex EE 53 1A 0 41 59 7 10 56 34
Octal 356 123 32 0 101 131 7 20 126 64
Binary 11101110 1010011 11010 0 1000001 1011001 111 10000 1010110 110100

Color Harmonies of #EE531A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE531A

Black with #EE531A

Text Example


Text Example

White with #EE531A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE531A; }

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

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

background-color css

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

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

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

border-color css

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

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

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