Html Css Color HEX #EBAD46 Tulip Tree

📋 copy color: '#EBAD46'

red 235 ◦ green 173 ◦ blue 70

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

Shades of Tulip Tree #EBAD46

Tints of Tulip Tree #EBAD46

RGB

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

 GREEN value IS 173 (67.97% from 255) = 36.19%

 BLUE value IS 70 (27.73% from 255) = 14.64%

R = 49.16%
G = 36.19%
B = 14.64%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.70

 K value IS 0.08

RGB Variations

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

Color information

#EBAD46 (or 0xEBAD46) is known color: Tulip Tree. HEX triplet: EB, AD and 46. RGB value is (235,173,70). Sum of RGB (Red+Green+Blue) = 235+173+70=478 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.16% from 478); Green value is 173 (67.97% from 255 or 36.19% from 478); Blue value is 70 (27.73% from 255 or 14.64% from 478); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAD46 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBAD46 is #1452B9. Grayscale: #B4B4B4. Windows color (decimal): -1331898 or 4632043. OLE color: 4632043.

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

Color convert

RGB 235 173 70 -
CMYK 0 0.26 0.70 0.08
HSL 37.45º 0.8% 0.6% -
HSV(B) 37.45º 0.7% 0.92% -
XYZ 50.31 47.99 12.41 -
YUV 179.8 66.04 167.38 -
System Red Green Blue C M Y K H S L
Decimal 235 173 70 0 0.26 0.70 0.08 37.45 0.8 0.6
Hex EB AD 46 0 1A 46 8 25 50 3C
Octal 353 255 106 0 32 106 10 45 120 74
Binary 11101011 10101101 1000110 0 11010 1000110 1000 100101 1010000 111100

Color Harmonies of #EBAD46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAD46

Black with #EBAD46

Text Example


Text Example

White with #EBAD46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAD46; }

 p { color: rgb(235,173,70); }

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

background-color css

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

 a { background-color: rgb(235,173,70); }

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

border-color css

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

 span { border-color: rgb(235,173,70); }

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