Html Css Color HEX #EA6630 Sorbus

📋 copy color: '#EA6630'

red 234 ◦ green 102 ◦ blue 48

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

Shades of Sorbus #EA6630

Tints of Sorbus #EA6630

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.56%

 BLUE value IS 48 (19.14% from 255) = 12.5%

R = 60.94%
G = 26.56%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EA6630 (or 0xEA6630) is known color: Sorbus. HEX triplet: EA, 66 and 30. RGB value is (234,102,48). Sum of RGB (Red+Green+Blue) = 234+102+48=384 (50% of max value = 765). Red value is 234 (91.80% from 255 or 60.94% from 384); Green value is 102 (40.23% from 255 or 26.56% from 384); Blue value is 48 (19.14% from 255 or 12.5% from 384); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6630 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA6630 is #1599CF. Grayscale: #878787. Windows color (decimal): -1415632 or 3172074. OLE color: 3172074.

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

Color convert

RGB 234 102 48 -
CMYK 0 0.56 0.79 0.08
HSL 17.42º 0.82% 0.55% -
HSV(B) 17.42º 0.79% 0.92% -
XYZ 39.22 27.21 5.98 -
YUV 135.31 78.73 198.39 -
System Red Green Blue C M Y K H S L
Decimal 234 102 48 0 0.56 0.79 0.08 17.42 0.82 0.55
Hex EA 66 30 0 38 4F 8 11 52 37
Octal 352 146 60 0 70 117 10 21 122 67
Binary 11101010 1100110 110000 0 111000 1001111 1000 10001 1010010 110111

Color Harmonies of #EA6630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6630

Black with #EA6630

Text Example


Text Example

White with #EA6630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6630; }

 p { color: rgb(234,102,48); }

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

background-color css

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

 a { background-color: rgb(234,102,48); }

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

border-color css

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

 span { border-color: rgb(234,102,48); }

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