Html Css Color HEX #EBAE40 Tulip Tree

📋 copy color: '#EBAE40'

red 235 ◦ green 174 ◦ blue 64

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

Shades of Tulip Tree #EBAE40

Tints of Tulip Tree #EBAE40

RGB

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

 GREEN value IS 174 (68.36% from 255) = 36.79%

 BLUE value IS 64 (25.39% from 255) = 13.53%

R = 49.68%
G = 36.79%
B = 13.53%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EBAE40 (or 0xEBAE40) is known color: Tulip Tree. HEX triplet: EB, AE and 40. RGB value is (235,174,64). Sum of RGB (Red+Green+Blue) = 235+174+64=473 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.68% from 473); Green value is 174 (68.36% from 255 or 36.79% from 473); Blue value is 64 (25.39% from 255 or 13.53% from 473); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAE40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBAE40 is #1451BF. Grayscale: #B4B4B4. Windows color (decimal): -1331648 or 4239083. OLE color: 4239083.

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

Color convert

RGB 235 174 64 -
CMYK 0 0.26 0.73 0.08
HSL 38.6º 0.81% 0.59% -
HSV(B) 38.6º 0.73% 0.92% -
XYZ 50.32 48.3 11.52 -
YUV 179.7 62.71 167.44 -
System Red Green Blue C M Y K H S L
Decimal 235 174 64 0 0.26 0.73 0.08 38.6 0.81 0.59
Hex EB AE 40 0 1A 49 8 27 51 3B
Octal 353 256 100 0 32 111 10 47 121 73
Binary 11101011 10101110 1000000 0 11010 1001001 1000 100111 1010001 111011

Color Harmonies of #EBAE40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAE40

Black with #EBAE40

Text Example


Text Example

White with #EBAE40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAE40; }

 p { color: rgb(235,174,64); }

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

background-color css

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

 a { background-color: rgb(235,174,64); }

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

border-color css

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

 span { border-color: rgb(235,174,64); }

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