Html Css Color HEX #EBA848 Tulip Tree

📋 copy color: '#EBA848'

red 235 ◦ green 168 ◦ blue 72

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

Shades of Tulip Tree #EBA848

Tints of Tulip Tree #EBA848

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.37%

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

R = 49.47%
G = 35.37%
B = 15.16%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#EBA848 (or 0xEBA848) is known color: Tulip Tree. HEX triplet: EB, A8 and 48. RGB value is (235,168,72). Sum of RGB (Red+Green+Blue) = 235+168+72=475 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.47% from 475); Green value is 168 (66.02% from 255 or 35.37% from 475); Blue value is 72 (28.52% from 255 or 15.16% from 475); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA848 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA848 is #1457B7. Grayscale: #B1B1B1. Windows color (decimal): -1333176 or 4761835. OLE color: 4761835.

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

Color convert

RGB 235 168 72 -
CMYK 0 0.29 0.69 0.08
HSL 35.34º 0.8% 0.6% -
HSV(B) 35.34º 0.69% 0.92% -
XYZ 49.43 46.14 12.43 -
YUV 177.09 68.7 169.31 -
System Red Green Blue C M Y K H S L
Decimal 235 168 72 0 0.29 0.69 0.08 35.34 0.8 0.6
Hex EB A8 48 0 1D 45 8 23 50 3C
Octal 353 250 110 0 35 105 10 43 120 74
Binary 11101011 10101000 1001000 0 11101 1000101 1000 100011 1010000 111100

Color Harmonies of #EBA848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA848

Black with #EBA848

Text Example


Text Example

White with #EBA848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA848; }

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

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

background-color css

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

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

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

border-color css

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

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

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