Html Css Color HEX #EBA53A Tulip Tree

📋 copy color: '#EBA53A'

red 235 ◦ green 165 ◦ blue 58

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

Shades of Tulip Tree #EBA53A

Tints of Tulip Tree #EBA53A

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.03%

 BLUE value IS 58 (23.05% from 255) = 12.66%

R = 51.31%
G = 36.03%
B = 12.66%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.75

 K value IS 0.08

RGB Variations

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

Color information

#EBA53A (or 0xEBA53A) is known color: Tulip Tree. HEX triplet: EB, A5 and 3A. RGB value is (235,165,58). Sum of RGB (Red+Green+Blue) = 235+165+58=458 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.31% from 458); Green value is 165 (64.84% from 255 or 36.03% from 458); Blue value is 58 (23.05% from 255 or 12.66% from 458); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA53A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA53A is #145AC5. Grayscale: #AEAEAE. Windows color (decimal): -1333958 or 3843563. OLE color: 3843563.

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

Color convert

RGB 235 165 58 -
CMYK 0 0.30 0.75 0.08
HSL 36.27º 0.82% 0.57% -
HSV(B) 36.27º 0.75% 0.92% -
XYZ 48.48 44.88 10.11 -
YUV 173.73 62.69 171.7 -
System Red Green Blue C M Y K H S L
Decimal 235 165 58 0 0.30 0.75 0.08 36.27 0.82 0.57
Hex EB A5 3A 0 1E 4B 8 24 52 39
Octal 353 245 72 0 36 113 10 44 122 71
Binary 11101011 10100101 111010 0 11110 1001011 1000 100100 1010010 111001

Color Harmonies of #EBA53A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA53A

Black with #EBA53A

Text Example


Text Example

White with #EBA53A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA53A; }

 p { color: rgb(235,165,58); }

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

background-color css

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

 a { background-color: rgb(235,165,58); }

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

border-color css

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

 span { border-color: rgb(235,165,58); }

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