Html Css Color HEX #EA5F2C Sorbus

📋 copy color: '#EA5F2C'

red 234 ◦ green 95 ◦ blue 44

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

Shades of Sorbus #EA5F2C

Tints of Sorbus #EA5F2C

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.47%

 BLUE value IS 44 (17.58% from 255) = 11.8%

R = 62.73%
G = 25.47%
B = 11.8%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EA5F2C (or 0xEA5F2C) is known color: Sorbus. HEX triplet: EA, 5F and 2C. RGB value is (234,95,44). Sum of RGB (Red+Green+Blue) = 234+95+44=373 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.73% from 373); Green value is 95 (37.5% from 255 or 25.47% from 373); Blue value is 44 (17.58% from 255 or 11.80% from 373); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5F2C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5F2C is #15A0D3. Grayscale: #838383. Windows color (decimal): -1417428 or 2908138. OLE color: 2908138.

HSL color Cylindrical-coordinate representation of color #EA5F2C: hue angle of 16.11º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EA5F2C is Cyan = 0, Magento = 0.59, Yellow = 0.81 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 95 44 -
CMYK 0 0.59 0.81 0.08
HSL 16.11º 0.82% 0.55% -
HSV(B) 16.11º 0.81% 0.92% -
XYZ 38.48 25.86 5.35 -
YUV 130.75 79.05 201.65 -
System Red Green Blue C M Y K H S L
Decimal 234 95 44 0 0.59 0.81 0.08 16.11 0.82 0.55
Hex EA 5F 2C 0 3B 51 8 10 52 37
Octal 352 137 54 0 73 121 10 20 122 67
Binary 11101010 1011111 101100 0 111011 1010001 1000 10000 1010010 110111

Color Harmonies of #EA5F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5F2C

Black with #EA5F2C

Text Example


Text Example

White with #EA5F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5F2C; }

 p { color: rgb(234,95,44); }

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

background-color css

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

 a { background-color: rgb(234,95,44); }

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

border-color css

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

 span { border-color: rgb(234,95,44); }

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