Html Css Color HEX #ECAF46 Tulip Tree

📋 copy color: '#ECAF46'

red 236 ◦ green 175 ◦ blue 70

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

Shades of Tulip Tree #ECAF46

Tints of Tulip Tree #ECAF46

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.38%

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

R = 49.06%
G = 36.38%
B = 14.55%

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

#ECAF46 (or 0xECAF46) is known color: Tulip Tree. HEX triplet: EC, AF and 46. RGB value is (236,175,70). Sum of RGB (Red+Green+Blue) = 236+175+70=481 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.06% from 481); Green value is 175 (68.75% from 255 or 36.38% from 481); Blue value is 70 (27.73% from 255 or 14.55% from 481); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAF46 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAF46 is #1350B9. Grayscale: #B5B5B5. Windows color (decimal): -1265850 or 4632556. OLE color: 4632556.

HSL color Cylindrical-coordinate representation of color #ECAF46: hue angle of 37.95º 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 #ECAF46 is Cyan = 0, Magento = 0.26, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 175 70 -
CMYK 0 0.26 0.70 0.07
HSL 37.95º 0.81% 0.6% -
HSV(B) 37.95º 0.7% 0.93% -
XYZ 51.03 48.94 12.55 -
YUV 181.27 65.21 167.04 -
System Red Green Blue C M Y K H S L
Decimal 236 175 70 0 0.26 0.70 0.07 37.95 0.81 0.6
Hex EC AF 46 0 1A 46 7 26 51 3C
Octal 354 257 106 0 32 106 7 46 121 74
Binary 11101100 10101111 1000110 0 11010 1000110 111 100110 1010001 111100

Color Harmonies of #ECAF46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAF46

Black with #ECAF46

Text Example


Text Example

White with #ECAF46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAF46; }

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

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

background-color css

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

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

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

border-color css

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

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

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