Html Css Color HEX #EE501A Persimmon

📋 copy color: '#EE501A'

red 238 ◦ green 80 ◦ blue 26

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

Shades of Persimmon #EE501A

Tints of Persimmon #EE501A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.26%

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

R = 69.19%
G = 23.26%
B = 7.56%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EE501A (or 0xEE501A) is known color: Persimmon. HEX triplet: EE, 50 and 1A. RGB value is (238,80,26). Sum of RGB (Red+Green+Blue) = 238+80+26=344 (45% of max value = 765). Red value is 238 (93.36% from 255 or 69.19% from 344); Green value is 80 (31.64% from 255 or 23.26% from 344); Blue value is 26 (10.55% from 255 or 7.56% from 344); Max value from RGB is 238 - color contains mainly: red. Hex color #EE501A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE501A is #11AFE5. Grayscale: #797979. Windows color (decimal): -1159142 or 1724654. OLE color: 1724654.

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

Color convert

RGB 238 80 26 -
CMYK 0 0.66 0.89 0.07
HSL 15.28º 0.86% 0.52% -
HSV(B) 15.28º 0.89% 0.93% -
XYZ 38.32 23.99 3.59 -
YUV 121.09 74.35 211.39 -
System Red Green Blue C M Y K H S L
Decimal 238 80 26 0 0.66 0.89 0.07 15.28 0.86 0.52
Hex EE 50 1A 0 42 59 7 F 56 34
Octal 356 120 32 0 102 131 7 17 126 64
Binary 11101110 1010000 11010 0 1000010 1011001 111 1111 1010110 110100

Color Harmonies of #EE501A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE501A

Black with #EE501A

Text Example


Text Example

White with #EE501A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE501A; }

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

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

background-color css

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

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

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

border-color css

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

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

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