Html Css Color HEX #EBAD3C Tulip Tree

📋 copy color: '#EBAD3C'

red 235 ◦ green 173 ◦ blue 60

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

Shades of Tulip Tree #EBAD3C

Tints of Tulip Tree #EBAD3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 12.82%

R = 50.21%
G = 36.97%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EBAD3C (or 0xEBAD3C) is known color: Tulip Tree. HEX triplet: EB, AD and 3C. RGB value is (235,173,60). Sum of RGB (Red+Green+Blue) = 235+173+60=468 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.21% from 468); Green value is 173 (67.97% from 255 or 36.97% from 468); Blue value is 60 (23.83% from 255 or 12.82% from 468); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAD3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBAD3C is #1452C3. Grayscale: #B3B3B3. Windows color (decimal): -1331908 or 3976683. OLE color: 3976683.

HSL color Cylindrical-coordinate representation of color #EBAD3C: hue angle of 38.74º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EBAD3C is Cyan = 0, Magento = 0.26, Yellow = 0.74 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 173 60 -
CMYK 0 0.26 0.74 0.08
HSL 38.74º 0.81% 0.58% -
HSV(B) 38.74º 0.74% 0.92% -
XYZ 50.02 47.88 10.88 -
YUV 178.66 61.04 168.19 -
System Red Green Blue C M Y K H S L
Decimal 235 173 60 0 0.26 0.74 0.08 38.74 0.81 0.58
Hex EB AD 3C 0 1A 4A 8 27 51 3A
Octal 353 255 74 0 32 112 10 47 121 72
Binary 11101011 10101101 111100 0 11010 1001010 1000 100111 1010001 111010

Color Harmonies of #EBAD3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAD3C

Black with #EBAD3C

Text Example


Text Example

White with #EBAD3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAD3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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