Html Css Color HEX #EBAE42 Tulip Tree

📋 copy color: '#EBAE42'

red 235 ◦ green 174 ◦ blue 66

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

Shades of Tulip Tree #EBAE42

Tints of Tulip Tree #EBAE42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 13.89%

R = 49.47%
G = 36.63%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EBAE42 (or 0xEBAE42) is known color: Tulip Tree. HEX triplet: EB, AE and 42. RGB value is (235,174,66). Sum of RGB (Red+Green+Blue) = 235+174+66=475 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.47% from 475); Green value is 174 (68.36% from 255 or 36.63% from 475); Blue value is 66 (26.17% from 255 or 13.89% from 475); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAE42 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBAE42 is #1451BD. Grayscale: #B4B4B4. Windows color (decimal): -1331646 or 4370155. OLE color: 4370155.

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

Color convert

RGB 235 174 66 -
CMYK 0 0.26 0.72 0.08
HSL 38.34º 0.81% 0.59% -
HSV(B) 38.34º 0.72% 0.92% -
XYZ 50.38 48.33 11.83 -
YUV 179.93 63.71 167.28 -
System Red Green Blue C M Y K H S L
Decimal 235 174 66 0 0.26 0.72 0.08 38.34 0.81 0.59
Hex EB AE 42 0 1A 48 8 26 51 3B
Octal 353 256 102 0 32 110 10 46 121 73
Binary 11101011 10101110 1000010 0 11010 1001000 1000 100110 1010001 111011

Color Harmonies of #EBAE42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAE42

Black with #EBAE42

Text Example


Text Example

White with #EBAE42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAE42; }

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

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

background-color css

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

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

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

border-color css

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

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

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