Html Css Color HEX #EA6F33 Sorbus

📋 copy color: '#EA6F33'

red 234 ◦ green 111 ◦ blue 51

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

Shades of Sorbus #EA6F33

Tints of Sorbus #EA6F33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.88%

R = 59.09%
G = 28.03%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.78

 K value IS 0.08

RGB Variations

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

Color information

#EA6F33 (or 0xEA6F33) is known color: Sorbus. HEX triplet: EA, 6F and 33. RGB value is (234,111,51). Sum of RGB (Red+Green+Blue) = 234+111+51=396 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.09% from 396); Green value is 111 (43.75% from 255 or 28.03% from 396); Blue value is 51 (20.31% from 255 or 12.88% from 396); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6F33 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA6F33 is #1590CC. Grayscale: #8D8D8D. Windows color (decimal): -1413325 or 3370986. OLE color: 3370986.

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

Color convert

RGB 234 111 51 -
CMYK 0 0.53 0.78 0.08
HSL 19.67º 0.81% 0.56% -
HSV(B) 19.67º 0.78% 0.92% -
XYZ 40.21 29.1 6.63 -
YUV 140.94 77.25 194.38 -
System Red Green Blue C M Y K H S L
Decimal 234 111 51 0 0.53 0.78 0.08 19.67 0.81 0.56
Hex EA 6F 33 0 35 4E 8 14 51 38
Octal 352 157 63 0 65 116 10 24 121 70
Binary 11101010 1101111 110011 0 110101 1001110 1000 10100 1010001 111000

Color Harmonies of #EA6F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6F33

Black with #EA6F33

Text Example


Text Example

White with #EA6F33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6F33; }

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

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

background-color css

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

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

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

border-color css

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

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

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