Html Css Color HEX #EBA832 Tulip Tree

📋 copy color: '#EBA832'

red 235 ◦ green 168 ◦ blue 50

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

Shades of Tulip Tree #EBA832

Tints of Tulip Tree #EBA832

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.04%

R = 51.88%
G = 37.09%
B = 11.04%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EBA832 (or 0xEBA832) is known color: Tulip Tree. HEX triplet: EB, A8 and 32. RGB value is (235,168,50). Sum of RGB (Red+Green+Blue) = 235+168+50=453 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.88% from 453); Green value is 168 (66.02% from 255 or 37.09% from 453); Blue value is 50 (19.92% from 255 or 11.04% from 453); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA832 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA832 is #1457CD. Grayscale: #AFAFAF. Windows color (decimal): -1333198 or 3320043. OLE color: 3320043.

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

Color convert

RGB 235 168 50 -
CMYK 0 0.29 0.79 0.08
HSL 38.27º 0.82% 0.56% -
HSV(B) 38.27º 0.79% 0.92% -
XYZ 48.84 45.9 9.3 -
YUV 174.58 57.7 171.09 -
System Red Green Blue C M Y K H S L
Decimal 235 168 50 0 0.29 0.79 0.08 38.27 0.82 0.56
Hex EB A8 32 0 1D 4F 8 26 52 38
Octal 353 250 62 0 35 117 10 46 122 70
Binary 11101011 10101000 110010 0 11101 1001111 1000 100110 1010010 111000

Color Harmonies of #EBA832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA832

Black with #EBA832

Text Example


Text Example

White with #EBA832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA832; }

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

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

background-color css

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

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

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

border-color css

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

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

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