Html Css Color HEX #E74D02 Persimmon

📋 copy color: '#E74D02'

red 231 ◦ green 77 ◦ blue 2

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

Shades of Persimmon #E74D02

Tints of Persimmon #E74D02

RGB

 RED value IS 231 (90.63% from 255) = 74.52%

 GREEN value IS 77 (30.47% from 255) = 24.84%

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

R = 74.52%
G = 24.84%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.99

 K value IS 0.09

RGB Variations

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

Color information

#E74D02 (or 0xE74D02) is known color: Persimmon. HEX triplet: E7, 4D and 02. RGB value is (231,77,2). Sum of RGB (Red+Green+Blue) = 231+77+2=310 (41% of max value = 765). Red value is 231 (90.62% from 255 or 74.52% from 310); Green value is 77 (30.47% from 255 or 24.84% from 310); Blue value is 2 (1.17% from 255 or 0.65% from 310); Max value from RGB is 231 - color contains mainly: red. Hex color #E74D02 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E74D02 is #18B2FD. Grayscale: #727272. Windows color (decimal): -1618686 or 151015. OLE color: 151015.

HSL color Cylindrical-coordinate representation of color #E74D02: hue angle of 19.65º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E74D02 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 77 2 -
CMYK 0 0.67 0.99 0.09
HSL 19.65º 0.98% 0.46% -
HSV(B) 19.65º 0.99% 0.91% -
XYZ 35.62 22.3 2.48 -
YUV 114.5 64.52 211.1 -
System Red Green Blue C M Y K H S L
Decimal 231 77 2 0 0.67 0.99 0.09 19.65 0.98 0.46
Hex E7 4D 2 0 43 63 9 14 62 2E
Octal 347 115 2 0 103 143 11 24 142 56
Binary 11100111 1001101 10 0 1000011 1100011 1001 10100 1100010 101110

Color Harmonies of #E74D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74D02

Black with #E74D02

Text Example


Text Example

White with #E74D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74D02; }

 p { color: rgb(231,77,2); }

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

background-color css

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

 a { background-color: rgb(231,77,2); }

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

border-color css

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

 span { border-color: rgb(231,77,2); }

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