Html Css Color HEX #E23F02 Persimmon

📋 copy color: '#E23F02'

red 226 ◦ green 63 ◦ blue 2

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

Shades of Persimmon #E23F02

Tints of Persimmon #E23F02

RGB

 RED value IS 226 (88.67% from 255) = 77.66%

 GREEN value IS 63 (25% from 255) = 21.65%

 BLUE value IS 2 (1.17% from 255) = 0.69%

R = 77.66%
G = 21.65%
B = 0.69%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.99

 K value IS 0.11

RGB Variations

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

Color information

#E23F02 (or 0xE23F02) is known color: Persimmon. HEX triplet: E2, 3F and 02. RGB value is (226,63,2). Sum of RGB (Red+Green+Blue) = 226+63+2=291 (38% of max value = 765). Red value is 226 (88.67% from 255 or 77.66% from 291); Green value is 63 (25% from 255 or 21.65% from 291); Blue value is 2 (1.17% from 255 or 0.69% from 291); Max value from RGB is 226 - color contains mainly: red. Hex color #E23F02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E23F02 is #1DC0FD. Grayscale: #696969. Windows color (decimal): -1949950 or 147426. OLE color: 147426.

HSL color Cylindrical-coordinate representation of color #E23F02: hue angle of 16.34º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E23F02 is Cyan = 0, Magento = 0.72, Yellow = 0.99 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 63 2 -
CMYK 0 0.72 0.99 0.11
HSL 16.34º 0.98% 0.45% -
HSV(B) 16.34º 0.99% 0.89% -
XYZ 33.15 19.73 2.12 -
YUV 104.78 70 214.46 -
System Red Green Blue C M Y K H S L
Decimal 226 63 2 0 0.72 0.99 0.11 16.34 0.98 0.45
Hex E2 3F 2 0 48 63 B 10 62 2D
Octal 342 77 2 0 110 143 13 20 142 55
Binary 11100010 111111 10 0 1001000 1100011 1011 10000 1100010 101101

Color Harmonies of #E23F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E23F02

Black with #E23F02

Text Example


Text Example

White with #E23F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E23F02; }

 p { color: rgb(226,63,2); }

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

background-color css

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

 a { background-color: rgb(226,63,2); }

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

border-color css

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

 span { border-color: rgb(226,63,2); }

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