Html Css Color HEX #EA630F Persimmon

📋 copy color: '#EA630F'

red 234 ◦ green 99 ◦ blue 15

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

Shades of Persimmon #EA630F

Tints of Persimmon #EA630F

RGB

 RED value IS 234 (91.8% from 255) = 67.24%

 GREEN value IS 99 (39.06% from 255) = 28.45%

 BLUE value IS 15 (6.25% from 255) = 4.31%

R = 67.24%
G = 28.45%
B = 4.31%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EA630F (or 0xEA630F) is known color: Persimmon. HEX triplet: EA, 63 and 0F. RGB value is (234,99,15). Sum of RGB (Red+Green+Blue) = 234+99+15=348 (46% of max value = 765). Red value is 234 (91.80% from 255 or 67.24% from 348); Green value is 99 (39.06% from 255 or 28.45% from 348); Blue value is 15 (6.25% from 255 or 4.31% from 348); Max value from RGB is 234 - color contains mainly: red. Hex color #EA630F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA630F is #159CF0. Grayscale: #828282. Windows color (decimal): -1416433 or 1008618. OLE color: 1008618.

HSL color Cylindrical-coordinate representation of color #EA630F: hue angle of 23.01º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EA630F is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 99 15 -
CMYK 0 0.58 0.94 0.08
HSL 23.01º 0.88% 0.49% -
HSV(B) 23.01º 0.94% 0.92% -
XYZ 38.48 26.45 3.53 -
YUV 129.79 63.23 202.33 -
System Red Green Blue C M Y K H S L
Decimal 234 99 15 0 0.58 0.94 0.08 23.01 0.88 0.49
Hex EA 63 F 0 3A 5E 8 17 58 31
Octal 352 143 17 0 72 136 10 27 130 61
Binary 11101010 1100011 1111 0 111010 1011110 1000 10111 1011000 110001

Color Harmonies of #EA630F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA630F

Black with #EA630F

Text Example


Text Example

White with #EA630F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA630F; }

 p { color: rgb(234,99,15); }

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

background-color css

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

 a { background-color: rgb(234,99,15); }

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

border-color css

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

 span { border-color: rgb(234,99,15); }

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