Html Css Color HEX #EA9F4B Sea Buckthorn

📋 copy color: '#EA9F4B'

red 234 ◦ green 159 ◦ blue 75

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

Shades of Sea Buckthorn #EA9F4B

Tints of Sea Buckthorn #EA9F4B

RGB

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

 GREEN value IS 159 (62.5% from 255) = 33.97%

 BLUE value IS 75 (29.69% from 255) = 16.03%

R = 50%
G = 33.97%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EA9F4B (or 0xEA9F4B) is known color: Sea Buckthorn. HEX triplet: EA, 9F and 4B. RGB value is (234,159,75). Sum of RGB (Red+Green+Blue) = 234+159+75=468 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50% from 468); Green value is 159 (62.5% from 255 or 33.97% from 468); Blue value is 75 (29.69% from 255 or 16.03% from 468); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9F4B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA9F4B is #1560B4. Grayscale: #ACACAC. Windows color (decimal): -1401013 or 4956138. OLE color: 4956138.

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

Color convert

RGB 234 159 75 -
CMYK 0 0.32 0.68 0.08
HSL 31.7º 0.79% 0.61% -
HSV(B) 31.7º 0.68% 0.92% -
XYZ 47.6 42.8 12.41 -
YUV 171.85 73.35 172.33 -
System Red Green Blue C M Y K H S L
Decimal 234 159 75 0 0.32 0.68 0.08 31.7 0.79 0.61
Hex EA 9F 4B 0 20 44 8 20 4F 3D
Octal 352 237 113 0 40 104 10 40 117 75
Binary 11101010 10011111 1001011 0 100000 1000100 1000 100000 1001111 111101

Color Harmonies of #EA9F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9F4B

Black with #EA9F4B

Text Example


Text Example

White with #EA9F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9F4B; }

 p { color: rgb(234,159,75); }

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

background-color css

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

 a { background-color: rgb(234,159,75); }

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

border-color css

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

 span { border-color: rgb(234,159,75); }

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