Html Css Color HEX #EA954A Sea Buckthorn

📋 copy color: '#EA954A'

red 234 ◦ green 149 ◦ blue 74

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

Shades of Sea Buckthorn #EA954A

Tints of Sea Buckthorn #EA954A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.6%

 BLUE value IS 74 (29.3% from 255) = 16.19%

R = 51.2%
G = 32.6%
B = 16.19%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EA954A (or 0xEA954A) is known color: Sea Buckthorn. HEX triplet: EA, 95 and 4A. RGB value is (234,149,74). Sum of RGB (Red+Green+Blue) = 234+149+74=457 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.20% from 457); Green value is 149 (58.59% from 255 or 32.60% from 457); Blue value is 74 (29.30% from 255 or 16.19% from 457); Max value from RGB is 234 - color contains mainly: red. Hex color #EA954A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA954A is #156AB5. Grayscale: #A6A6A6. Windows color (decimal): -1403574 or 4888042. OLE color: 4888042.

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

Color convert

RGB 234 149 74 -
CMYK 0 0.36 0.68 0.08
HSL 28.13º 0.79% 0.6% -
HSV(B) 28.13º 0.68% 0.92% -
XYZ 45.92 39.48 11.68 -
YUV 165.87 76.16 176.6 -
System Red Green Blue C M Y K H S L
Decimal 234 149 74 0 0.36 0.68 0.08 28.13 0.79 0.6
Hex EA 95 4A 0 24 44 8 1C 4F 3C
Octal 352 225 112 0 44 104 10 34 117 74
Binary 11101010 10010101 1001010 0 100100 1000100 1000 11100 1001111 111100

Color Harmonies of #EA954A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA954A

Black with #EA954A

Text Example


Text Example

White with #EA954A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA954A; }

 p { color: rgb(234,149,74); }

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

background-color css

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

 a { background-color: rgb(234,149,74); }

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

border-color css

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

 span { border-color: rgb(234,149,74); }

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