Html Css Color HEX #EF4E03 Persimmon

📋 copy color: '#EF4E03'

red 239 ◦ green 78 ◦ blue 3

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

Shades of Persimmon #EF4E03

Tints of Persimmon #EF4E03

RGB

 RED value IS 239 (93.75% from 255) = 74.69%

 GREEN value IS 78 (30.86% from 255) = 24.38%

 BLUE value IS 3 (1.56% from 255) = 0.94%

R = 74.69%
G = 24.38%
B = 0.94%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#EF4E03 (or 0xEF4E03) is known color: Persimmon. HEX triplet: EF, 4E and 03. RGB value is (239,78,3). Sum of RGB (Red+Green+Blue) = 239+78+3=320 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.69% from 320); Green value is 78 (30.86% from 255 or 24.38% from 320); Blue value is 3 (1.56% from 255 or 0.94% from 320); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4E03 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF4E03 is #10B1FC. Grayscale: #767676. Windows color (decimal): -1094141 or 216815. OLE color: 216815.

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

Color convert

RGB 239 78 3 -
CMYK 0 0.67 0.99 0.06
HSL 19.07º 0.98% 0.47% -
HSV(B) 19.07º 0.99% 0.94% -
XYZ 38.34 23.81 2.66 -
YUV 117.59 63.34 214.6 -
System Red Green Blue C M Y K H S L
Decimal 239 78 3 0 0.67 0.99 0.06 19.07 0.98 0.47
Hex EF 4E 3 0 43 63 6 13 62 2F
Octal 357 116 3 0 103 143 6 23 142 57
Binary 11101111 1001110 11 0 1000011 1100011 110 10011 1100010 101111

Color Harmonies of #EF4E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4E03

Black with #EF4E03

Text Example


Text Example

White with #EF4E03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4E03; }

 p { color: rgb(239,78,3); }

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

background-color css

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

 a { background-color: rgb(239,78,3); }

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

border-color css

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

 span { border-color: rgb(239,78,3); }

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