Html Css Color HEX #EBA248 Sea Buckthorn

📋 copy color: '#EBA248'

red 235 ◦ green 162 ◦ blue 72

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

Shades of Sea Buckthorn #EBA248

Tints of Sea Buckthorn #EBA248

RGB

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

 GREEN value IS 162 (63.67% from 255) = 34.54%

 BLUE value IS 72 (28.52% from 255) = 15.35%

R = 50.11%
G = 34.54%
B = 15.35%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#EBA248 (or 0xEBA248) is known color: Sea Buckthorn. HEX triplet: EB, A2 and 48. RGB value is (235,162,72). Sum of RGB (Red+Green+Blue) = 235+162+72=469 (62% of max value = 765). Red value is 235 (92.19% from 255 or 50.11% from 469); Green value is 162 (63.67% from 255 or 34.54% from 469); Blue value is 72 (28.52% from 255 or 15.35% from 469); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA248 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA248 is #145DB7. Grayscale: #ADADAD. Windows color (decimal): -1334712 or 4760299. OLE color: 4760299.

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

Color convert

RGB 235 162 72 -
CMYK 0 0.31 0.69 0.08
HSL 33.13º 0.8% 0.6% -
HSV(B) 33.13º 0.69% 0.92% -
XYZ 48.35 43.97 12.07 -
YUV 173.57 70.68 171.82 -
System Red Green Blue C M Y K H S L
Decimal 235 162 72 0 0.31 0.69 0.08 33.13 0.8 0.6
Hex EB A2 48 0 1F 45 8 21 50 3C
Octal 353 242 110 0 37 105 10 41 120 74
Binary 11101011 10100010 1001000 0 11111 1000101 1000 100001 1010000 111100

Color Harmonies of #EBA248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA248

Black with #EBA248

Text Example


Text Example

White with #EBA248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA248; }

 p { color: rgb(235,162,72); }

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

background-color css

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

 a { background-color: rgb(235,162,72); }

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

border-color css

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

 span { border-color: rgb(235,162,72); }

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