Html Css Color HEX #EBA44A Sea Buckthorn

📋 copy color: '#EBA44A'

red 235 ◦ green 164 ◦ blue 74

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

Shades of Sea Buckthorn #EBA44A

Tints of Sea Buckthorn #EBA44A

RGB

 RED value IS 235 (92.19% from 255) = 49.68%

 GREEN value IS 164 (64.45% from 255) = 34.67%

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

R = 49.68%
G = 34.67%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#EBA44A (or 0xEBA44A) is known color: Sea Buckthorn. HEX triplet: EB, A4 and 4A. RGB value is (235,164,74). Sum of RGB (Red+Green+Blue) = 235+164+74=473 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.68% from 473); Green value is 164 (64.45% from 255 or 34.67% from 473); Blue value is 74 (29.30% from 255 or 15.64% from 473); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA44A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA44A is #145BB5. Grayscale: #AFAFAF. Windows color (decimal): -1334198 or 4891883. OLE color: 4891883.

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

Color convert

RGB 235 164 74 -
CMYK 0 0.30 0.69 0.08
HSL 33.54º 0.8% 0.61% -
HSV(B) 33.54º 0.69% 0.92% -
XYZ 48.77 44.71 12.54 -
YUV 174.97 71.02 170.82 -
System Red Green Blue C M Y K H S L
Decimal 235 164 74 0 0.30 0.69 0.08 33.54 0.8 0.61
Hex EB A4 4A 0 1E 45 8 22 50 3D
Octal 353 244 112 0 36 105 10 42 120 75
Binary 11101011 10100100 1001010 0 11110 1000101 1000 100010 1010000 111101

Color Harmonies of #EBA44A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA44A

Black with #EBA44A

Text Example


Text Example

White with #EBA44A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA44A; }

 p { color: rgb(235,164,74); }

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

background-color css

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

 a { background-color: rgb(235,164,74); }

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

border-color css

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

 span { border-color: rgb(235,164,74); }

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