Html Css Color HEX #E94F0B Persimmon

📋 copy color: '#E94F0B'

red 233 ◦ green 79 ◦ blue 11

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

Shades of Persimmon #E94F0B

Tints of Persimmon #E94F0B

RGB

 RED value IS 233 (91.41% from 255) = 72.14%

 GREEN value IS 79 (31.25% from 255) = 24.46%

 BLUE value IS 11 (4.69% from 255) = 3.41%

R = 72.14%
G = 24.46%
B = 3.41%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#E94F0B (or 0xE94F0B) is known color: Persimmon. HEX triplet: E9, 4F and 0B. RGB value is (233,79,11). Sum of RGB (Red+Green+Blue) = 233+79+11=323 (42% of max value = 765). Red value is 233 (91.41% from 255 or 72.14% from 323); Green value is 79 (31.25% from 255 or 24.46% from 323); Blue value is 11 (4.69% from 255 or 3.41% from 323); Max value from RGB is 233 - color contains mainly: red. Hex color #E94F0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E94F0B is #16B0F4. Grayscale: #757575. Windows color (decimal): -1487093 or 741353. OLE color: 741353.

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

Color convert

RGB 233 79 11 -
CMYK 0 0.66 0.95 0.09
HSL 18.38º 0.91% 0.48% -
HSV(B) 18.38º 0.95% 0.91% -
XYZ 36.46 22.94 2.82 -
YUV 117.29 68.02 210.53 -
System Red Green Blue C M Y K H S L
Decimal 233 79 11 0 0.66 0.95 0.09 18.38 0.91 0.48
Hex E9 4F B 0 42 5F 9 12 5B 30
Octal 351 117 13 0 102 137 11 22 133 60
Binary 11101001 1001111 1011 0 1000010 1011111 1001 10010 1011011 110000

Color Harmonies of #E94F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94F0B

Black with #E94F0B

Text Example


Text Example

White with #E94F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94F0B; }

 p { color: rgb(233,79,11); }

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

background-color css

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

 a { background-color: rgb(233,79,11); }

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

border-color css

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

 span { border-color: rgb(233,79,11); }

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