Html Css Color HEX #ECAE46 Tulip Tree

📋 copy color: '#ECAE46'

red 236 ◦ green 174 ◦ blue 70

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

Shades of Tulip Tree #ECAE46

Tints of Tulip Tree #ECAE46

RGB

 RED value IS 236 (92.58% from 255) = 49.17%

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

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

R = 49.17%
G = 36.25%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#ECAE46 (or 0xECAE46) is known color: Tulip Tree. HEX triplet: EC, AE and 46. RGB value is (236,174,70). Sum of RGB (Red+Green+Blue) = 236+174+70=480 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.17% from 480); Green value is 174 (68.36% from 255 or 36.25% from 480); Blue value is 70 (27.73% from 255 or 14.58% from 480); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAE46 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAE46 is #1351B9. Grayscale: #B5B5B5. Windows color (decimal): -1266106 or 4632300. OLE color: 4632300.

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

Color convert

RGB 236 174 70 -
CMYK 0 0.26 0.70 0.07
HSL 37.59º 0.81% 0.6% -
HSV(B) 37.59º 0.7% 0.93% -
XYZ 50.83 48.55 12.49 -
YUV 180.68 65.54 167.46 -
System Red Green Blue C M Y K H S L
Decimal 236 174 70 0 0.26 0.70 0.07 37.59 0.81 0.6
Hex EC AE 46 0 1A 46 7 26 51 3C
Octal 354 256 106 0 32 106 7 46 121 74
Binary 11101100 10101110 1000110 0 11010 1000110 111 100110 1010001 111100

Color Harmonies of #ECAE46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAE46

Black with #ECAE46

Text Example


Text Example

White with #ECAE46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAE46; }

 p { color: rgb(236,174,70); }

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

background-color css

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

 a { background-color: rgb(236,174,70); }

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

border-color css

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

 span { border-color: rgb(236,174,70); }

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