Html Css Color HEX #E74B06 Persimmon

📋 copy color: '#E74B06'

red 231 ◦ green 75 ◦ blue 6

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

Shades of Persimmon #E74B06

Tints of Persimmon #E74B06

RGB

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

 GREEN value IS 75 (29.69% from 255) = 24.04%

 BLUE value IS 6 (2.73% from 255) = 1.92%

R = 74.04%
G = 24.04%
B = 1.92%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.97

 K value IS 0.09

RGB Variations

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

Color information

#E74B06 (or 0xE74B06) is known color: Persimmon. HEX triplet: E7, 4B and 06. RGB value is (231,75,6). Sum of RGB (Red+Green+Blue) = 231+75+6=312 (41% of max value = 765). Red value is 231 (90.62% from 255 or 74.04% from 312); Green value is 75 (29.69% from 255 or 24.04% from 312); Blue value is 6 (2.73% from 255 or 1.92% from 312); Max value from RGB is 231 - color contains mainly: red. Hex color #E74B06 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E74B06 is #18B4F9. Grayscale: #727272. Windows color (decimal): -1619194 or 412647. OLE color: 412647.

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

Color convert

RGB 231 75 6 -
CMYK 0 0.68 0.97 0.09
HSL 18.4º 0.95% 0.46% -
HSV(B) 18.4º 0.97% 0.91% -
XYZ 35.5 22.03 2.55 -
YUV 113.78 67.18 211.61 -
System Red Green Blue C M Y K H S L
Decimal 231 75 6 0 0.68 0.97 0.09 18.4 0.95 0.46
Hex E7 4B 6 0 44 61 9 12 5F 2E
Octal 347 113 6 0 104 141 11 22 137 56
Binary 11100111 1001011 110 0 1000100 1100001 1001 10010 1011111 101110

Color Harmonies of #E74B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74B06

Black with #E74B06

Text Example


Text Example

White with #E74B06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74B06; }

 p { color: rgb(231,75,6); }

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

background-color css

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

 a { background-color: rgb(231,75,6); }

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

border-color css

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

 span { border-color: rgb(231,75,6); }

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