Html Css Color HEX #EA934C Sea Buckthorn

📋 copy color: '#EA934C'

red 234 ◦ green 147 ◦ blue 76

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

Shades of Sea Buckthorn #EA934C

Tints of Sea Buckthorn #EA934C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 32.17%

 BLUE value IS 76 (30.08% from 255) = 16.63%

R = 51.2%
G = 32.17%
B = 16.63%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EA934C (or 0xEA934C) is known color: Sea Buckthorn. HEX triplet: EA, 93 and 4C. RGB value is (234,147,76). Sum of RGB (Red+Green+Blue) = 234+147+76=457 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.20% from 457); Green value is 147 (57.81% from 255 or 32.17% from 457); Blue value is 76 (30.08% from 255 or 16.63% from 457); Max value from RGB is 234 - color contains mainly: red. Hex color #EA934C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA934C is #156CB3. Grayscale: #A5A5A5. Windows color (decimal): -1404084 or 5018602. OLE color: 5018602.

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

Color convert

RGB 234 147 76 -
CMYK 0 0.37 0.68 0.08
HSL 26.96º 0.79% 0.61% -
HSV(B) 26.96º 0.68% 0.92% -
XYZ 45.67 38.88 11.94 -
YUV 164.92 77.82 177.27 -
System Red Green Blue C M Y K H S L
Decimal 234 147 76 0 0.37 0.68 0.08 26.96 0.79 0.61
Hex EA 93 4C 0 25 44 8 1B 4F 3D
Octal 352 223 114 0 45 104 10 33 117 75
Binary 11101010 10010011 1001100 0 100101 1000100 1000 11011 1001111 111101

Color Harmonies of #EA934C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA934C

Black with #EA934C

Text Example


Text Example

White with #EA934C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA934C; }

 p { color: rgb(234,147,76); }

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

background-color css

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

 a { background-color: rgb(234,147,76); }

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

border-color css

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

 span { border-color: rgb(234,147,76); }

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