Html Css Color HEX #EA914A Sea Buckthorn

📋 copy color: '#EA914A'

red 234 ◦ green 145 ◦ blue 74

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

Shades of Sea Buckthorn #EA914A

Tints of Sea Buckthorn #EA914A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 32.01%

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

R = 51.66%
G = 32.01%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EA914A (or 0xEA914A) is known color: Sea Buckthorn. HEX triplet: EA, 91 and 4A. RGB value is (234,145,74). Sum of RGB (Red+Green+Blue) = 234+145+74=453 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.66% from 453); Green value is 145 (57.03% from 255 or 32.01% from 453); Blue value is 74 (29.30% from 255 or 16.34% from 453); Max value from RGB is 234 - color contains mainly: red. Hex color #EA914A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA914A is #156EB5. Grayscale: #A3A3A3. Windows color (decimal): -1404598 or 4887018. OLE color: 4887018.

HSL color Cylindrical-coordinate representation of color #EA914A: hue angle of 26.62º 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 #EA914A is Cyan = 0, Magento = 0.38, Yellow = 0.68 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 145 74 -
CMYK 0 0.38 0.68 0.08
HSL 26.63º 0.79% 0.6% -
HSV(B) 26.63º 0.68% 0.92% -
XYZ 45.29 38.24 11.47 -
YUV 163.52 77.49 178.27 -
System Red Green Blue C M Y K H S L
Decimal 234 145 74 0 0.38 0.68 0.08 26.63 0.79 0.6
Hex EA 91 4A 0 26 44 8 1B 4F 3C
Octal 352 221 112 0 46 104 10 33 117 74
Binary 11101010 10010001 1001010 0 100110 1000100 1000 11011 1001111 111100

Color Harmonies of #EA914A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA914A

Black with #EA914A

Text Example


Text Example

White with #EA914A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA914A; }

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

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

background-color css

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

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

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

border-color css

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

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

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