Html Css Color HEX #EA6F3C Sorbus

📋 copy color: '#EA6F3C'

red 234 ◦ green 111 ◦ blue 60

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

Shades of Sorbus #EA6F3C

Tints of Sorbus #EA6F3C

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.41%

 BLUE value IS 60 (23.83% from 255) = 14.81%

R = 57.78%
G = 27.41%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EA6F3C (or 0xEA6F3C) is known color: Sorbus. HEX triplet: EA, 6F and 3C. RGB value is (234,111,60). Sum of RGB (Red+Green+Blue) = 234+111+60=405 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.78% from 405); Green value is 111 (43.75% from 255 or 27.41% from 405); Blue value is 60 (23.83% from 255 or 14.81% from 405); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6F3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA6F3C is #1590C3. Grayscale: #8E8E8E. Windows color (decimal): -1413316 or 3960810. OLE color: 3960810.

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

Color convert

RGB 234 111 60 -
CMYK 0 0.53 0.74 0.08
HSL 17.59º 0.81% 0.58% -
HSV(B) 17.59º 0.74% 0.92% -
XYZ 40.43 29.19 7.78 -
YUV 141.96 81.75 193.65 -
System Red Green Blue C M Y K H S L
Decimal 234 111 60 0 0.53 0.74 0.08 17.59 0.81 0.58
Hex EA 6F 3C 0 35 4A 8 12 51 3A
Octal 352 157 74 0 65 112 10 22 121 72
Binary 11101010 1101111 111100 0 110101 1001010 1000 10010 1010001 111010

Color Harmonies of #EA6F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6F3C

Black with #EA6F3C

Text Example


Text Example

White with #EA6F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6F3C; }

 p { color: rgb(234,111,60); }

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

background-color css

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

 a { background-color: rgb(234,111,60); }

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

border-color css

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

 span { border-color: rgb(234,111,60); }

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