Html Css Color HEX #E5430B Persimmon

📋 copy color: '#E5430B'

red 229 ◦ green 67 ◦ blue 11

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

Shades of Persimmon #E5430B

Tints of Persimmon #E5430B

RGB

 RED value IS 229 (89.84% from 255) = 74.59%

 GREEN value IS 67 (26.56% from 255) = 21.82%

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

R = 74.59%
G = 21.82%
B = 3.58%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#E5430B (or 0xE5430B) is known color: Persimmon. HEX triplet: E5, 43 and 0B. RGB value is (229,67,11). Sum of RGB (Red+Green+Blue) = 229+67+11=307 (40% of max value = 765). Red value is 229 (89.84% from 255 or 74.59% from 307); Green value is 67 (26.56% from 255 or 21.82% from 307); Blue value is 11 (4.69% from 255 or 3.58% from 307); Max value from RGB is 229 - color contains mainly: red. Hex color #E5430B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E5430B is #1ABCF4. Grayscale: #6D6D6D. Windows color (decimal): -1752309 or 738277. OLE color: 738277.

HSL color Cylindrical-coordinate representation of color #E5430B: hue angle of 15.41º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E5430B is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 67 11 -
CMYK 0 0.71 0.95 0.10
HSL 15.41º 0.91% 0.47% -
HSV(B) 15.41º 0.95% 0.9% -
XYZ 34.38 20.7 2.5 -
YUV 109.05 72.67 213.55 -
System Red Green Blue C M Y K H S L
Decimal 229 67 11 0 0.71 0.95 0.10 15.41 0.91 0.47
Hex E5 43 B 0 47 5F A F 5B 2F
Octal 345 103 13 0 107 137 12 17 133 57
Binary 11100101 1000011 1011 0 1000111 1011111 1010 1111 1011011 101111

Color Harmonies of #E5430B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5430B

Black with #E5430B

Text Example


Text Example

White with #E5430B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5430B; }

 p { color: rgb(229,67,11); }

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

background-color css

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

 a { background-color: rgb(229,67,11); }

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

border-color css

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

 span { border-color: rgb(229,67,11); }

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