Html Css Color HEX #EA6328 Sorbus

📋 copy color: '#EA6328'

red 234 ◦ green 99 ◦ blue 40

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

Shades of Sorbus #EA6328

Tints of Sorbus #EA6328

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.54%

 BLUE value IS 40 (16.02% from 255) = 10.72%

R = 62.73%
G = 26.54%
B = 10.72%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EA6328 (or 0xEA6328) is known color: Sorbus. HEX triplet: EA, 63 and 28. RGB value is (234,99,40). Sum of RGB (Red+Green+Blue) = 234+99+40=373 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.73% from 373); Green value is 99 (39.06% from 255 or 26.54% from 373); Blue value is 40 (16.02% from 255 or 10.72% from 373); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6328 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA6328 is #159CD7. Grayscale: #858585. Windows color (decimal): -1416408 or 2647018. OLE color: 2647018.

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

Color convert

RGB 234 99 40 -
CMYK 0 0.58 0.83 0.08
HSL 18.25º 0.82% 0.54% -
HSV(B) 18.25º 0.83% 0.92% -
XYZ 38.78 26.57 5.09 -
YUV 132.64 75.73 200.3 -
System Red Green Blue C M Y K H S L
Decimal 234 99 40 0 0.58 0.83 0.08 18.25 0.82 0.54
Hex EA 63 28 0 3A 53 8 12 52 36
Octal 352 143 50 0 72 123 10 22 122 66
Binary 11101010 1100011 101000 0 111010 1010011 1000 10010 1010010 110110

Color Harmonies of #EA6328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6328

Black with #EA6328

Text Example


Text Example

White with #EA6328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6328; }

 p { color: rgb(234,99,40); }

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

background-color css

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

 a { background-color: rgb(234,99,40); }

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

border-color css

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

 span { border-color: rgb(234,99,40); }

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