Html Css Color HEX #EA6502 Persimmon

📋 copy color: '#EA6502'

red 234 ◦ green 101 ◦ blue 2

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

Shades of Persimmon #EA6502

Tints of Persimmon #EA6502

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.97%

 BLUE value IS 2 (1.17% from 255) = 0.59%

R = 69.44%
G = 29.97%
B = 0.59%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EA6502 (or 0xEA6502) is known color: Persimmon. HEX triplet: EA, 65 and 02. RGB value is (234,101,2). Sum of RGB (Red+Green+Blue) = 234+101+2=337 (44% of max value = 765). Red value is 234 (91.80% from 255 or 69.44% from 337); Green value is 101 (39.84% from 255 or 29.97% from 337); Blue value is 2 (1.17% from 255 or 0.59% from 337); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6502 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA6502 is #159AFD. Grayscale: #828282. Windows color (decimal): -1415934 or 157162. OLE color: 157162.

HSL color Cylindrical-coordinate representation of color #EA6502: hue angle of 25.6º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EA6502 is Cyan = 0, Magento = 0.57, Yellow = 0.99 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 101 2 -
CMYK 0 0.57 0.99 0.08
HSL 25.6º 0.98% 0.46% -
HSV(B) 25.6º 0.99% 0.92% -
XYZ 38.6 26.8 3.2 -
YUV 129.48 56.06 202.55 -
System Red Green Blue C M Y K H S L
Decimal 234 101 2 0 0.57 0.99 0.08 25.6 0.98 0.46
Hex EA 65 2 0 39 63 8 1A 62 2E
Octal 352 145 2 0 71 143 10 32 142 56
Binary 11101010 1100101 10 0 111001 1100011 1000 11010 1100010 101110

Color Harmonies of #EA6502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6502

Black with #EA6502

Text Example


Text Example

White with #EA6502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6502; }

 p { color: rgb(234,101,2); }

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

background-color css

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

 a { background-color: rgb(234,101,2); }

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

border-color css

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

 span { border-color: rgb(234,101,2); }

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