Html Css Color HEX #EA9755 Sea Buckthorn

📋 copy color: '#EA9755'

red 234 ◦ green 151 ◦ blue 85

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

Shades of Sea Buckthorn #EA9755

Tints of Sea Buckthorn #EA9755

RGB

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

 GREEN value IS 151 (59.38% from 255) = 32.13%

 BLUE value IS 85 (33.59% from 255) = 18.09%

R = 49.79%
G = 32.13%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#EA9755 (or 0xEA9755) is known color: Sea Buckthorn. HEX triplet: EA, 97 and 55. RGB value is (234,151,85). Sum of RGB (Red+Green+Blue) = 234+151+85=470 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.79% from 470); Green value is 151 (59.38% from 255 or 32.13% from 470); Blue value is 85 (33.59% from 255 or 18.09% from 470); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9755 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9755 is #1568AA. Grayscale: #A8A8A8. Windows color (decimal): -1403051 or 5609450. OLE color: 5609450.

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

Color convert

RGB 234 151 85 -
CMYK 0 0.35 0.64 0.08
HSL 26.58º 0.78% 0.63% -
HSV(B) 26.58º 0.64% 0.92% -
XYZ 46.64 40.28 13.91 -
YUV 168.29 81 174.87 -
System Red Green Blue C M Y K H S L
Decimal 234 151 85 0 0.35 0.64 0.08 26.58 0.78 0.63
Hex EA 97 55 0 23 40 8 1B 4E 3F
Octal 352 227 125 0 43 100 10 33 116 77
Binary 11101010 10010111 1010101 0 100011 1000000 1000 11011 1001110 111111

Color Harmonies of #EA9755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9755

Black with #EA9755

Text Example


Text Example

White with #EA9755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9755; }

 p { color: rgb(234,151,85); }

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

background-color css

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

 a { background-color: rgb(234,151,85); }

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

border-color css

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

 span { border-color: rgb(234,151,85); }

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